mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2020-10-07 Fred Gleason <fredg@paravelsystems.com>
* Added an 'IMPORTER_LINES.TYPE' field to the database. * Removed the 'not null' attribute from the 'IMPORTER_LINES.START_HOUR' field in the database. * Removed the 'not null' attribute from the 'IMPORTER_LINES.START_SECS' field in the database. * Removed the 'IMPORTER_LINES.LINK_LENGTH' field from the database. * Removed the 'IMPORTER_LINES.INSERT_TRACK' field from the database. * Removed the 'IMPORTER_LINES.INSERT_FIRST' field from the database. * Removed the 'IMPORTER_LINES.TRACK_STRING' field from the database. * Removed the 'IMPORTER_LINES.LINK_START_TIME' field from the database. * Removed the 'IMPORTER_LINES.LINK_LENGTH' field from the database. * Incremented the database version to 340. * Added type icons to the 'Imported Events' list in the 'Test Import' dialog in rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -161,7 +161,7 @@ void MainObject::InitializeSchemaMap() {
|
||||
global_version_map["3.2"]=311;
|
||||
global_version_map["3.3"]=314;
|
||||
global_version_map["3.4"]=317;
|
||||
global_version_map["3.5"]=339;
|
||||
global_version_map["3.5"]=340;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user