2019-02-19 Fred Gleason <fredg@paravelsystems.com>

* Dropped the 'RDLIBRARY.INSTANCE' field from the database.
	* Incremented the database version to 306.
This commit is contained in:
Fred Gleason
2019-02-19 15:06:31 -05:00
parent 8a70993a33
commit 7ac41a06f7
5 changed files with 33 additions and 3 deletions

View File

@@ -122,7 +122,7 @@ void MainObject::InitializeSchemaMap() {
// (upcoming) release. If this is the first schema change made after a
// public release, a line referencing the next (upcoming) release should
// be added and its value set to that of the new schema version. Otherwise,
// it should be incremented every time a schmea update is committed.
// it should be incremented every time a schema update is committed.
//
// When the first production release in the minor version referenced
// on the last line occurs, that line too is declared immutable, and
@@ -156,7 +156,7 @@ void MainObject::InitializeSchemaMap() {
global_version_map["2.17"]=268;
global_version_map["2.18"]=272;
global_version_map["2.19"]=275;
global_version_map["3.0"]=305;
global_version_map["3.0"]=306;
}