feat: add previewBuildSecrets and buildSecrets columns to application table

This commit is contained in:
Mauricio Siu
2025-10-24 23:42:55 -06:00
parent babc1c033e
commit 71c01ff30f
3 changed files with 6643 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE "application" ADD COLUMN "previewBuildSecrets" text;--> statement-breakpoint
ALTER TABLE "application" ADD COLUMN "buildSecrets" text;

File diff suppressed because it is too large Load Diff

View File

@@ -820,6 +820,13 @@
"when": 1759645163834,
"tag": "0116_amusing_firedrake",
"breakpoints": true
},
{
"idx": 117,
"version": "7",
"when": 1761370953274,
"tag": "0117_lumpy_nuke",
"breakpoints": true
}
]
}