mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00: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