2020-04-27 Fred Gleason <fredg@paravelsystems.com>

* Incremented the package version to 3.3.0int0.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-05-02 12:53:03 -04:00
parent 4d3e54df02
commit 23df7cbc14
6 changed files with 28 additions and 4 deletions

View File

@@ -41,6 +41,15 @@ bool MainObject::RevertSchema(int cur_schema,int set_schema,QString *err_msg)
//
// Revert 317
//
if((cur_schema==317)&&(set_schema<cur_schema)) {
DropIndex("STACK_SCHED_CODES","STACK_LINES_ID_IDX");
WriteSchemaVersion(--cur_schema);
}
//
// Revert 316
//