mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-05 23:42:40 +00:00
Site resources for the blueprint
This commit is contained in:
parent
8929f389f4
commit
58c04fd196
13 changed files with 520 additions and 71 deletions
|
|
@ -158,6 +158,7 @@ export const siteResources = sqliteTable("siteResources", {
|
|||
orgId: text("orgId")
|
||||
.notNull()
|
||||
.references(() => orgs.orgId, { onDelete: "cascade" }),
|
||||
niceId: text("niceId").notNull(),
|
||||
name: text("name").notNull(),
|
||||
protocol: text("protocol").notNull(),
|
||||
proxyPort: integer("proxyPort").notNull(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue