first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE interviewees ADD COLUMN IF NOT EXISTS profession text;
|
||||
|
||||
INSERT INTO schema_migrations(version)
|
||||
VALUES ('0002_add_profession')
|
||||
ON CONFLICT (version) DO NOTHING;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user