planetwars.dev/planetwars-server/migrations/2021-12-13-145111_users/down.sql

2 lines
50 B
MySQL
Raw Normal View History

2022-02-08 19:13:24 +00:00
DROP INDEX users_username_index;
DROP TABLE users;