task-d.6.1
This commit is contained in:
5
drizzle/0001_lead_channel_and_status_default.sql
Normal file
5
drizzle/0001_lead_channel_and_status_default.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE "crm_leads"
|
||||
ADD COLUMN IF NOT EXISTS "lead_channel" text;
|
||||
|
||||
ALTER TABLE "crm_leads"
|
||||
ALTER COLUMN "status" DROP DEFAULT;
|
||||
Reference in New Issue
Block a user