mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-05 15:32:19 +00:00
Add niceId to resource
This commit is contained in:
parent
35d070ad29
commit
4292d3262e
2 changed files with 2 additions and 0 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue