mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-03 18:22:57 +00:00
8 lines
279 B
SQL
8 lines
279 B
SQL
-- Drop engagement system tables in reverse order
|
|
DROP TABLE IF EXISTS reward_redemptions;
|
|
DROP TABLE IF EXISTS reward_items;
|
|
DROP TABLE IF EXISTS user_achievements;
|
|
DROP TABLE IF EXISTS achievements;
|
|
DROP TABLE IF EXISTS points_transactions;
|
|
DROP TABLE IF EXISTS user_profiles;
|