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