2018-10-16 Patrick Linstruth <patrick@deltecent.com>

* Drop and create empty database before restore
	* Update "DB Version" label after restore
	* Prompt to update database (rddbmgr --modify) if not current version
This commit is contained in:
Patrick Linstruth
2018-10-16 23:56:24 -07:00
parent e42df3b8e3
commit dde248d7ba
4 changed files with 74 additions and 22 deletions

View File

@@ -31,6 +31,7 @@ class Db
Db(QString *err_str,RDConfig *config);
~Db();
bool isOpen();
void clearDatabase(QString name);
unsigned schema();
private: