feat(preview): add custom certificate type for preview deployments

This commit is contained in:
Mauricio Siu
2025-03-08 21:16:18 -06:00
parent e4197d6565
commit de48c81192
8 changed files with 10341 additions and 15 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "application" RENAME COLUMN "previewCertificateProvider" TO "previewCustomCertResolver";