mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2019-04-23 Fred Gleason <fredg@paravelsystems.com>
* Added a 'STACK_SCHED_CODES' table to the database. * Dropped the 'STACK_LINES.SCHED_CODES' field from the database. * Incremented the database version to 308. * Renamed the 'SchedCartList' class to 'RDSchedCartList' and refactored it to be idiomatic Qt. * Renamed the 'SchedRulesList' class to 'RDSchedRulesList'.
This commit is contained in:
@@ -120,6 +120,8 @@ class MainObject : public QObject
|
||||
bool ColumnExists(const QString &tbl_name,const QString &col_name) const;
|
||||
bool DropColumn(const QString &tbl_name,const QString &col_name,
|
||||
QString *err_msg=NULL) const;
|
||||
bool DropIndex(const QString &tbl_name,const QString &idx_name,
|
||||
QString *err_msg=NULL) const;
|
||||
Command db_command;
|
||||
QString db_mysql_hostname;
|
||||
QString db_mysql_loginname;
|
||||
|
Reference in New Issue
Block a user