This commit is contained in:
Tomas Dvorak
2025-11-02 21:31:00 +01:00
parent b9cea0cd77
commit 087f30e82c
130 changed files with 20104 additions and 34330 deletions
@@ -0,0 +1,7 @@
-- 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;