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