2018-05-09 Fred Gleason <fredg@paravelsystems.com>

* Added a 'LOG_MACHINES' table to the database.
	* Incremented the database version to 278.
This commit is contained in:
Fred Gleason
2018-05-09 23:46:16 +00:00
parent c096220570
commit 17d4817045
12 changed files with 637 additions and 77 deletions

View File

@@ -73,6 +73,7 @@ class MainObject : public QObject
void Revert275() const;
void Revert276() const;
void Revert277() const;
void Revert278() const;
int GetVersion() const;
void SetVersion(int schema) const;
int MapSchema(const QString &ver);