IO-1424 Add other referral source

This commit is contained in:
Patrick Fic
2021-10-04 11:43:33 -07:00
parent 96f292f61c
commit 4995e44e06
14 changed files with 80 additions and 18 deletions

View File

@@ -2716,6 +2716,7 @@
- rate_mash
- rate_matd
- referral_source
- referral_source_other
- regie_number
- ro_number
- scheduled_completion
@@ -2963,6 +2964,7 @@
- rate_mash
- rate_matd
- referral_source
- referral_source_other
- regie_number
- ro_number
- scheduled_completion
@@ -3220,6 +3222,7 @@
- rate_mash
- rate_matd
- referral_source
- referral_source_other
- regie_number
- ro_number
- scheduled_completion

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_soure_other" text
-- null;

View File

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

View File

@@ -0,0 +1 @@
alter table "public"."jobs" rename column "referral_source_other" to "referral_soure_other";

View File

@@ -0,0 +1 @@
alter table "public"."jobs" rename column "referral_soure_other" to "referral_source_other";