mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 14:39:29 +02:00
Make org subnet optional
This commit is contained in:
parent
1dff9baa61
commit
021bc073a2
6 changed files with 31 additions and 4 deletions
|
@ -16,7 +16,7 @@ export const domains = sqliteTable("domains", {
|
|||
export const orgs = sqliteTable("orgs", {
|
||||
orgId: text("orgId").primaryKey(),
|
||||
name: text("name").notNull(),
|
||||
subnet: text("subnet").notNull(),
|
||||
subnet: text("subnet")
|
||||
});
|
||||
|
||||
export const userDomains = sqliteTable("userDomains", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue