leetify-data/sqitch/revert/player-stats.sql

9 lines
114 B
MySQL
Raw Normal View History

2024-01-26 19:15:33 -05:00
-- Revert leetify-data:player-stats from pg
BEGIN;
-- XXX Add DDLs here.
DROP TABLE data.player_stats;
COMMIT;