mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 16:41:18 +02:00
2022-10-14 Fred Gleason <fredg@paravelsystems.com>
* Added a 'SERVICES.BYPASS_MODE' field to the database. * Added a 'SERVICES.MUS_TRANS_TYPE_OFFSET' field to the database. * Added a 'SERVICES.MUS_TRANS_TYPE_LENGTH' field to the database. * Added a 'SERVICES.MUS_TIME_TYPE_OFFSET' field to the database. * Added a 'SERVICES.MUS_TIME_TYPE_LENGTH' field to the database. * Added a 'IMPORT_TEMPLATES.TRANS_TYPE_OFFSET' field to the database. * Added a 'IMPORT_TEMPLATES.TRANS_TYPE_LENGTH' field to the database. * Added a 'IMPORT_TEMPLATES.TIME_TYPE_OFFSET' field to the database. * Added a 'IMPORT_TEMPLATES.TIME_TYPE_LENGTH' field to the database. * Added a 'IMPORTER_LINES.TRANS_TYPE' field to the database. * Added a 'IMPORTER_LINES.TIME_TYPE' field to the database. * Added a 'IMPORTER_LINES.GRACE_TIME' field to the database. * Incremented the database schema to 363. * Added a 'Bypass Grid Processing' dropdown to the 'Edit Service' dialog in rdadmin(1). * Added 'Transition Type' and 'Time Type' parameters to the music import parameters in the 'Edit Service' dialog in rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -160,7 +160,7 @@ void MainObject::InitializeSchemaMap() {
|
||||
global_version_map["3.4"]=317;
|
||||
global_version_map["3.5"]=346;
|
||||
global_version_map["3.6"]=347;
|
||||
global_version_map["4.0"]=362;
|
||||
global_version_map["4.0"]=363;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user