mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-22 19:14:20 +00:00
8 lines
178 B
MySQL
8 lines
178 B
MySQL
|
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;
|