mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-22 19:14:20 +00:00
7 lines
178 B
SQL
7 lines
178 B
SQL
DROP TABLE IF EXISTS matchmaking_messages_telegram;
|
|
|
|
DROP TABLE IF EXISTS matchmaking_replies;
|
|
|
|
DROP TABLE IF EXISTS matchmaking_events;
|
|
|
|
DROP TYPE IF EXISTS matchmaking_choice;
|