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