2025-04-07 Fred Gleason <fredg@paravelsystems.com>

* Dropped the 'RDAIRPLAY.INSTANCE' field from the database.
	* Incremented the database version to 376.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2025-04-07 14:26:05 -04:00
parent 54559331d0
commit 5ebf964f48
5 changed files with 66 additions and 1 deletions

View File

@@ -164,6 +164,7 @@ void MainObject::InitializeSchemaMap() {
global_version_map["4.1"]=371;
global_version_map["4.2"]=374;
global_version_map["4.3"]=375;
global_version_map["4.4"]=376;
}