~ubuntu-branches/ubuntu/lucid/mythplugins/lucid

« back to all changes in this revision

Viewing changes to mytharchive/mytharchive/dbcheck.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2009-10-13 01:57:50 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20091013015750-t5uj418d1hf4phwl
Tags: 0.22.0~trunk22413-0ubuntu1
* New upstream checkout (r22413)
  - Fixes bug where you have to enter/leave mythvideo for 5 seconds.
* debian/mythweb.{default,postinst,config}:
  - Read debconf answers from /etc/default/mythweb if they're present
    and we're running in noninteractive.  Allows configuration from MCC.
    (LP: #445998)

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
            "    size INT UNSIGNED NOT NULL,"
94
94
            "    filename TEXT NOT NULL,"
95
95
            "    hascutlist BOOL NOT NULL DEFAULT 0,"
96
 
            "    cutlist TEXT DEFAULT '',"
 
96
            "    cutlist TEXT,"
97
97
            "    INDEX (title)"
98
98
            ");",
99
99
            ""
127
127
            "  MODIFY description blob,"
128
128
            "  MODIFY startdate varbinary(30) default NULL,"
129
129
            "  MODIFY starttime varbinary(30) default NULL,"
130
 
            "  MODIFY filename blob NOT NULL,"
 
130
            "  MODIFY filename blob,"
131
131
            "  MODIFY cutlist blob;",
132
132
            ""
133
133
        };