Add trial request functionality for audit.
This commit is contained in:
@@ -28,6 +28,7 @@ select_permissions:
|
||||
permission:
|
||||
columns:
|
||||
- accepted_ins_co
|
||||
- channel
|
||||
- created_at
|
||||
- features
|
||||
- groups
|
||||
|
||||
@@ -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 "channel" text
|
||||
-- null default 'latest';
|
||||
@@ -0,0 +1,2 @@
|
||||
alter table "public"."bodyshops" add column "channel" text
|
||||
null default 'latest';
|
||||
Reference in New Issue
Block a user