Add feature wrapper to Audit.
This commit is contained in:
@@ -29,6 +29,7 @@ select_permissions:
|
||||
columns:
|
||||
- accepted_ins_co
|
||||
- created_at
|
||||
- features
|
||||
- groups
|
||||
- id
|
||||
- ppd_diff_alert
|
||||
|
||||
@@ -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 "features" jsonb
|
||||
-- null default jsonb_build_object();
|
||||
@@ -0,0 +1,2 @@
|
||||
alter table "public"."bodyshops" add column "features" jsonb
|
||||
null default jsonb_build_object();
|
||||
Reference in New Issue
Block a user