mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 10:42:57 +00:00
7 lines
229 B
SQL
7 lines
229 B
SQL
-- 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;
|