Add trial request functionality for audit.

This commit is contained in:
Patrick Fic
2024-05-09 16:49:14 -07:00
parent 2f77f0fb45
commit 3a2a7c2a11
9 changed files with 67 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ select_permissions:
permission:
columns:
- accepted_ins_co
- channel
- created_at
- features
- groups

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"."bodyshops" add column "channel" text
-- null default 'latest';

View File

@@ -0,0 +1,2 @@
alter table "public"."bodyshops" add column "channel" text
null default 'latest';