IO-1419 Resolve hsaura migration issues with new field.

This commit is contained in:
Patrick Fic
2021-10-04 13:20:35 -07:00
parent 632549dd9d
commit ea2c583b26
18 changed files with 7540 additions and 7522 deletions

View File

@@ -2716,7 +2716,7 @@
- rate_mash
- rate_matd
- referral_source
- referral_source_other
- referral_source_extra
- regie_number
- ro_number
- scheduled_completion
@@ -2964,7 +2964,7 @@
- rate_mash
- rate_matd
- referral_source
- referral_source_other
- referral_source_extra
- regie_number
- ro_number
- scheduled_completion
@@ -3222,7 +3222,7 @@
- rate_mash
- rate_matd
- referral_source
- referral_source_other
- referral_source_extra
- regie_number
- ro_number
- scheduled_completion

View File

@@ -0,0 +1,2 @@
alter table "public"."jobs" alter column "referral_source_other" drop not null;
alter table "public"."jobs" add column "referral_source_other" text;

View File

@@ -0,0 +1 @@
alter table "public"."jobs" drop column "referral_source_other" cascade;

View File

@@ -0,0 +1,4 @@
-- Could not auto-generate a down migration.
-- Please write an appropriate down migration for the SQL below:
-- alter table "public"."jobs" add column "referral_source_other" text
-- null;

View File

@@ -0,0 +1,2 @@
alter table "public"."jobs" add column "referral_source_other" text
null;

View File

@@ -0,0 +1,2 @@
alter table "public"."jobs" alter column "referral_source_other" drop not null;
alter table "public"."jobs" add column "referral_source_other" text;

View File

@@ -0,0 +1 @@
alter table "public"."jobs" drop column "referral_source_other" cascade;

View File

@@ -0,0 +1,4 @@
-- Could not auto-generate a down migration.
-- Please write an appropriate down migration for the SQL below:
-- alter table "public"."jobs" add column "referral_source_extra" text
-- null;

View File

@@ -0,0 +1,2 @@
alter table "public"."jobs" add column "referral_source_extra" text
null;