mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-02-11 05:59:23 -06:00
feat/add webhook ID to App model and implement webhook deployment functionality
This commit is contained in:
2
prisma/migrations/20241229143025_migration/migration.sql
Normal file
2
prisma/migrations/20241229143025_migration/migration.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "App" ADD COLUMN "webhookId" TEXT;
|
||||
@@ -149,6 +149,8 @@ model App {
|
||||
cpuReservation Int?
|
||||
cpuLimit Int?
|
||||
|
||||
webhookId String?
|
||||
|
||||
appDomains AppDomain[]
|
||||
appPorts AppPort[]
|
||||
appVolumes AppVolume[]
|
||||
|
||||
Reference in New Issue
Block a user