1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-22 19:14:20 +00:00
royalnet/migrations/2024-08-14-091307_add_matchmaking_events/down.sql

8 lines
178 B
MySQL
Raw Normal View History

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;