mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-07-29 21:23:46 +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;
|