Add niceId to resource

This commit is contained in:
Owen
2025-09-03 17:34:16 -07:00
parent 35d070ad29
commit 4292d3262e
2 changed files with 2 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ export const resources = sqliteTable("resources", {
onDelete: "cascade"
})
.notNull(),
niceId: text("niceId"), // TODO: SHOULD THIS BE NULLABLE?
name: text("name").notNull(),
subdomain: text("subdomain"),
fullDomain: text("fullDomain"),