mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-30 04:39:43 +00:00
Merge branch 'dev' into audit-logs
This commit is contained in:
commit
f6de61968d
9 changed files with 52 additions and 70 deletions
|
|
@ -19,8 +19,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