9 lines
114 B
MySQL
9 lines
114 B
MySQL
|
|
-- Revert leetify-data:player-stats from pg
|
||
|
|
|
||
|
|
BEGIN;
|
||
|
|
|
||
|
|
-- XXX Add DDLs here.
|
||
|
|
DROP TABLE data.player_stats;
|
||
|
|
|
||
|
|
COMMIT;
|