2021-05-28 Fred Gleason <fredg@paravelsystems.com>

* Updated rddbmgr(8) to correctly recognize schema database
	schema 347 as belonging to v3.6.0.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2021-05-28 10:42:04 -04:00
parent cb4f8fe9ea
commit dea9c478b7
2 changed files with 4 additions and 0 deletions

View File

@ -21718,3 +21718,6 @@
2021-05-19 Fred Gleason <fredg@paravelsystems.com>
* Hacked the build system to make the PyPAD module install
correctly on Debian-ish systems.
2021-05-28 Fred Gleason <fredg@paravelsystems.com>
* Updated rddbmgr(8) to correctly recognize schema database
schema 347 as belonging to v3.6.0.

View File

@ -159,6 +159,7 @@ void MainObject::InitializeSchemaMap() {
global_version_map["3.3"]=314;
global_version_map["3.4"]=317;
global_version_map["3.5"]=346;
global_version_map["3.6"]=347;
global_version_map["4.0"]=349;
}