mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
Add niceId to resource
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user