This repository has been archived on 2024-05-18. You can view files and clone it, but cannot push or open issues or pull requests.
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;