mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-11 23:17:28 +08:00
[+] DB cleanup
This commit is contained in:
11
src/main/resources/db/migration/mariadb/V1000_5__cleanup.sql
Normal file
11
src/main/resources/db/migration/mariadb/V1000_5__cleanup.sql
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
ALTER TABLE bak_maimai2_user_rate
|
||||||
|
DROP FOREIGN KEY FKfaewgvanchzwo8um;
|
||||||
|
|
||||||
|
DROP TABLE bak_diva_pv_entry;
|
||||||
|
|
||||||
|
DROP TABLE bak_maimai2_user_rate;
|
||||||
|
|
||||||
|
DROP TABLE hibernate_sequence;
|
||||||
|
|
||||||
|
ALTER TABLE chusan_user_data
|
||||||
|
DROP COLUMN rank_up_challenge_results;
|
||||||
Reference in New Issue
Block a user