leetify-data/sqitch/revert/profile-game.sql

8 lines
94 B
MySQL
Raw Permalink Normal View History

2024-01-26 21:39:33 -05:00
-- Revert leetify-data:profile-game from pg
BEGIN;
DROP TABLE data.profile_game;
COMMIT;