2020-12-24 Fred Gleason <fredg@paravelsystems.com>

* Modified the schema map in rddbmgr(8) to position schema update
	347 as part of v3.6.x.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-12-24 13:40:44 -05:00
parent 485c55ea48
commit 4d602a589b
2 changed files with 5 additions and 1 deletions

View File

@@ -20699,3 +20699,6 @@
* Fixed title separation in rdlogmanager(1) scheduler.
* Added a 'STACK_LINES.TITLE' field to the database.
* Incremented the database version to 347.
2020-12-24 Fred Gleason <fredg@paravelsystems.com>
* Modified the schema map in rddbmgr(8) to position schema update
347 as part of v3.6.x.

View File

@@ -161,7 +161,8 @@ 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"]=347;
global_version_map["3.5"]=346;
global_version_map["3.6"]=347;
}