mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-28 14:42:34 +02:00
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:
parent
cb4f8fe9ea
commit
dea9c478b7
@ -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.
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user