mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-25 13:15:02 +02:00
update selection algorithm
This commit is contained in:
parent
f3b44a3085
commit
d45443258b
4 changed files with 117 additions and 85 deletions
|
@ -13,7 +13,7 @@ export const domains = pgTable("domains", {
|
|||
domainId: varchar("domainId").primaryKey(),
|
||||
baseDomain: varchar("baseDomain").notNull(),
|
||||
configManaged: boolean("configManaged").notNull().default(false),
|
||||
type: varchar("type").notNull(), // "ns", "cname", "a"
|
||||
type: varchar("type"), // "ns", "cname", "a"
|
||||
});
|
||||
|
||||
export const orgs = pgTable("orgs", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue