We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11924bf commit 1b87e46Copy full SHA for 1b87e46
rs/src/modules/db.rs
@@ -156,7 +156,7 @@ pub fn delete_all_dumps(config: &MWUtilConfig) -> anyhow::Result<()> {
156
pub fn drop_mw_database(config: &MWUtilConfig) -> anyhow::Result<()> {
157
let status = run_sql_query(
158
config,
159
- DbCommandUser::Mw,
+ DbCommandUser::Root,
160
Some(DbCommandDatabase::None),
161
format!(
162
"DROP DATABASE IF EXISTS `{}`;",
0 commit comments