Schema Updates.
This commit is contained in:
@@ -815,6 +815,7 @@
|
||||
- email
|
||||
- enforce_class
|
||||
- enforce_referral
|
||||
- entegral_configuration
|
||||
- entegral_id
|
||||
- features
|
||||
- federal_tax_id
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
-- Could not auto-generate a down migration.
|
||||
-- Please write an appropriate down migration for the SQL below:
|
||||
-- alter table "public"."bodyshops" add column "entegral_configuration" jsonb
|
||||
-- null default jsonb_build_array();
|
||||
@@ -0,0 +1,2 @@
|
||||
alter table "public"."bodyshops" add column "entegral_configuration" jsonb
|
||||
null default jsonb_build_array();
|
||||
@@ -0,0 +1 @@
|
||||
alter table "public"."bodyshops" alter column "entegral_configuration" set default jsonb_build_array();
|
||||
@@ -0,0 +1 @@
|
||||
alter table "public"."bodyshops" alter column "entegral_configuration" set default jsonb_build_object();
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE "public"."bodyshops" ALTER COLUMN "timezone" drop default;
|
||||
@@ -0,0 +1 @@
|
||||
alter table "public"."bodyshops" alter column "timezone" set default 'America/Vancouver';
|
||||
Reference in New Issue
Block a user