added player stats table
This commit is contained in:
8
sqitch/revert/player-stats.sql
Normal file
8
sqitch/revert/player-stats.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- Revert leetify-data:player-stats from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add DDLs here.
|
||||
DROP TABLE data.player_stats;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user