bugfix don't show debug sql for db:wipe command

This commit is contained in:
silverqx
2022-05-12 10:22:04 +02:00
parent b816c932dc
commit aa5b6f2ea9
2 changed files with 16 additions and 0 deletions
@@ -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. */