Add niceId to resource

This commit is contained in:
Owen 2025-09-03 17:34:16 -07:00
parent 35d070ad29
commit 4292d3262e
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
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"),