mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-21 06:01:15 +02:00
2022-12-23 Fred Gleason <fredg@paravelsystems.com>
* Added a 'not null' constraint to the 'RDAIRPLAY.PAUSE_ENABLED' field. * Changed the default value of the 'RDAIRPLAY.PAUSE_ENABLED' field from NULL to 'N'. * Incremented the database version to 366. * Fixed a bug in rddbmgr(8) that could throw a SQL error when creating a new database. 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"]=365;
|
||||
global_version_map["4.0"]=366;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user