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