feat: Add Dockerfile as default value for the application database column

This commit is contained in:
Jiří Vrba
2026-02-21 11:34:40 +01:00
parent 6a2098d522
commit 999e5fabd3
4 changed files with 7469 additions and 1 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "application" ALTER COLUMN "dockerfile" SET DEFAULT 'Dockerfile';

File diff suppressed because it is too large Load Diff

View File

@@ -1023,6 +1023,13 @@
"when": 1771447229358,
"tag": "0145_remarkable_titania",
"breakpoints": true
},
{
"idx": 146,
"version": "7",
"when": 1771670009325,
"tag": "0146_bumpy_morg",
"breakpoints": true
}
]
}

View File

@@ -159,7 +159,7 @@ export const applications = pgTable("application", {
},
),
enableSubmodules: boolean("enableSubmodules").notNull().default(false),
dockerfile: text("dockerfile"),
dockerfile: text("dockerfile").default("Dockerfile"),
dockerContextPath: text("dockerContextPath"),
dockerBuildStage: text("dockerBuildStage"),
// Drop