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

2 lines
49 B
MySQL
Raw Normal View History

2021-12-14 19:23:07 +00:00
DROP INDEX users_username_index
DROP TABLE users;