fuc-new/db/2022.12_to_2022.12.1.sql
hellcat 1fe8673f62 1
2025-10-01 13:34:29 +08:00

11 lines
591 B
SQL
Executable File

-- Update from phinx migration 20230115090200_add_user_coupon
ALTER TABLE detect_ban_log DROP FOREIGN KEY detect_ban_log_ibfk_1;
ALTER TABLE detect_log DROP FOREIGN KEY detect_log_ibfk_1;
ALTER TABLE detect_log DROP FOREIGN KEY detect_log_ibfk_2;
ALTER TABLE detect_log DROP FOREIGN KEY detect_log_ibfk_3;
ALTER TABLE detect_log DROP FOREIGN KEY detect_log_ibfk_5;
ALTER TABLE link DROP FOREIGN KEY link_ibfk_1;
ALTER TABLE login_ip DROP FOREIGN KEY login_ip_ibfk_1;
ALTER TABLE paylist DROP FOREIGN KEY paylist_ibfk_1;
ALTER TABLE user_invite_code DROP FOREIGN KEY user_invite_code_ibfk_1;