mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-03 04:55:23 +02:00
feat(github): add triggerType field to GitHub provider and handle tag creation events
This commit is contained in:
5
apps/dokploy/drizzle/0084_add_trigger_type.sql
Normal file
5
apps/dokploy/drizzle/0084_add_trigger_type.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Add triggerType column to application table
|
||||
ALTER TABLE "application" ADD COLUMN IF NOT EXISTS "triggerType" text DEFAULT 'push';
|
||||
|
||||
-- Add triggerType column to compose table
|
||||
ALTER TABLE "compose" ADD COLUMN IF NOT EXISTS "triggerType" text DEFAULT 'push';
|
||||
Reference in New Issue
Block a user