Merge branch 'dev' into audit-logs

This commit is contained in:
Owen 2025-10-24 10:31:54 -07:00
commit f6de61968d
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
9 changed files with 52 additions and 70 deletions

View file

@ -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", {