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,6 @@
-- Drop comments system tables in reverse order
DROP TABLE IF EXISTS comment_reactions;
DROP TABLE IF EXISTS comment_reports;
DROP TABLE IF EXISTS unban_requests;
DROP TABLE IF EXISTS comment_bans;
DROP TABLE IF EXISTS comments;