mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2018-07-17 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rddgmgr(8) that would cause an abort if a '_STACK' table was found missing when updating to schema 293.
This commit is contained in:
@@ -113,6 +113,7 @@ class MainObject : public QObject
|
||||
bool PrintStatus(QString *err_msg) const;
|
||||
|
||||
void WriteSchemaVersion(int ver) const;
|
||||
bool TableExists(const QString &tbl_name) const;
|
||||
bool DropTable(const QString &tbl_name,QString *err_msg=NULL) const;
|
||||
Command db_command;
|
||||
QString db_mysql_hostname;
|
||||
|
Reference in New Issue
Block a user