fix: stop using leftgrps table

This commit is contained in:
link2xt
2025-10-28 18:05:55 +00:00
committed by l
parent b920552fc3
commit 2ada3cd613
4 changed files with 44 additions and 39 deletions

View File

@@ -70,11 +70,6 @@ async fn reset_tables(context: &Context, bits: i32) {
.await
.unwrap();
context.sql().config_cache().write().await.clear();
context
.sql()
.execute("DELETE FROM leftgrps;", ())
.await
.unwrap();
println!("(8) Rest but server config reset.");
}