beteran-api-kgon-server-ser.../migrations/202208061300_api_kgon_game/down.sql

7 lines
227 B
MySQL
Raw Normal View History

2022-08-17 17:45:00 +00:00
DROP INDEX idx_api_kgon_games_vendor_id;
DROP INDEX idx_api_kgon_games_key;
DROP INDEX idx_api_kgon_games_category;
DROP INDEX idx_api_kgon_games_game_type;
DROP TRIGGER tg_api_kgon_games_updated_at;
DROP TABLE api_kgon_games;