[mythtv-commits] mythtv commit: r21882 by mdean
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Wed Sep 16 04:39:07 UTC 2009
Author: mdean
Date: 2009-09-16 04:39:07 +0000 (Wed, 16 Sep 2009)
New Revision: 21882
Changeset: http://cvs.mythtv.org/trac/changeset/21882
Modified:
trunk/mythplugins/mythvideo/mythvideo/dbcheck.cpp
Log:
Fix MythVideo initial database creation.
Removes 2 lines from the first schema upgrade that attempted to add columns to videometadata that were already created in InitializeVideoDatabase(). This may prevent a MythTV 0.11 user from upgrading to current, but the columns are actually necessary and used in InitializeVideoDatabase(), now, and the change will allow new users and users of more-recent versions to upgrade. Any 0.11 users that may want to upgrade should manually add the missing columns (see [2635]).
Comments the code for schema update 1008, as the MythTV (not MythVideo) schema upgrade 1218, which will already have run, removed the table from which we tried to pull data.
Updates the dbver variable so upgrades continue after schema version 1013.
Fixes #7053.
More information about the mythtv-commits
mailing list