mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-05 15:32:19 +00:00
Add org settings column
This commit is contained in:
parent
dbba5002d9
commit
e34a31941d
2 changed files with 4 additions and 2 deletions
|
|
@ -18,7 +18,8 @@ export const orgs = sqliteTable("orgs", {
|
|||
orgId: text("orgId").primaryKey(),
|
||||
name: text("name").notNull(),
|
||||
subnet: text("subnet"),
|
||||
createdAt: text("createdAt")
|
||||
createdAt: text("createdAt"),
|
||||
settings: text("settings") // JSON blob of org-specific settings
|
||||
});
|
||||
|
||||
export const userDomains = sqliteTable("userDomains", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue