steamServer/migrations/1_create_tables.down.sql

4 lines
62 B
MySQL
Raw Normal View History

2021-09-20 14:57:24 +02:00
DROP TABLE servers;
DROP TABLE regions;
DROP TABLE gamemodes;