added profile_game table
This commit is contained in:
7
sqitch/revert/profile-game.sql
Normal file
7
sqitch/revert/profile-game.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Revert leetify-data:profile-game from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
DROP TABLE data.profile_game;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user