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