feature/IO-3182-Phone-Number-Consent - Checkpoint
This commit is contained in:
@@ -5871,7 +5871,7 @@
|
||||
using:
|
||||
foreign_key_constraint_on: bodyshopid
|
||||
array_relationships:
|
||||
- name: phone_number_consent_histories
|
||||
- name: phone_number_consent_history
|
||||
using:
|
||||
foreign_key_constraint_on:
|
||||
column: phone_number_consent_id
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
alter table "public"."phone_number_consent_history" alter column "old_value" set not null;
|
||||
@@ -0,0 +1 @@
|
||||
alter table "public"."phone_number_consent_history" alter column "old_value" drop not null;
|
||||
Reference in New Issue
Block a user