mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-21 07:13:06 +02:00
Merge branch 'dklann-dropbox-metadata' of github.com:dklann/rivendell into dklann-dropbox-metadata
This commit is contained in:
commit
f3ce20eb99
@ -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
|
||||
|
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user