mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-07 17:19:37 -05:00
bugfix don't show debug sql for db:wipe command
This commit is contained in:
@@ -41,6 +41,9 @@ namespace Tom::Commands::Database
|
||||
int run() override;
|
||||
|
||||
protected:
|
||||
/*! Set the debug sql for the current connection. */
|
||||
void setConnectionDebugSql(const QString &connectionName) const;
|
||||
|
||||
/*! Drop all of the database tables. */
|
||||
void dropAllTables(const QString &database) const;
|
||||
/*! Drop all of the database views. */
|
||||
|
||||
Reference in New Issue
Block a user