mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-20 08:46:37 +00:00
Not null removed
This commit is contained in:
@@ -214,7 +214,7 @@ export const targetHealthCheck = sqliteTable("targetHealthCheck", {
|
||||
orgId: text("orgId").references(() => orgs.orgId, {
|
||||
onDelete: "cascade"
|
||||
}),
|
||||
name: text("name").notNull(),
|
||||
name: text("name"),
|
||||
hcEnabled: integer("hcEnabled", { mode: "boolean" })
|
||||
.notNull()
|
||||
.default(false),
|
||||
|
||||
Reference in New Issue
Block a user