Merge branch 'dklann-dropbox-metadata' of github.com:dklann/rivendell into dklann-dropbox-metadata

This commit is contained in:
David Klann 2023-06-14 16:53:00 -05:00
commit f3ce20eb99
2 changed files with 3 additions and 2 deletions

View File

@ -24239,6 +24239,7 @@
2023-06-11 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 4.0.0rc5.
* Incremented the Python API version to 4.0.0rc5.
2023-06-14 David Klann <dklann@broadcasttool.com>
2023-06-14 David Klann <dklann@broadcasttool.com>
* Added support for updating library metadata on subsequent
dropbox imports

View File

@ -41,9 +41,9 @@ bool MainObject::RevertSchema(int cur_schema,int set_schema,QString *err_msg)
// NEW SCHEMA REVERSIONS GO HERE...
//
// Revert 370
// Revert 371
//
if((cur_schema == 370) && (set_schema < cur_schema))
if((cur_schema == 371) && (set_schema < cur_schema))
{
DropColumn("DROPBOXES", "UPDATE_METADATA");