added player stats table

This commit is contained in:
2024-01-26 19:15:33 -05:00
parent 0db1ffd667
commit ed0d8d2389
4 changed files with 128 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
-- Revert leetify-data:player-stats from pg
BEGIN;
-- XXX Add DDLs here.
DROP TABLE data.player_stats;
COMMIT;