mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-29 23:25:58 +02:00
Add default type
This commit is contained in:
parent
9680260104
commit
f3b44a3085
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ async function copyInDomains() {
|
||||||
} else {
|
} else {
|
||||||
await trx
|
await trx
|
||||||
.insert(domains)
|
.insert(domains)
|
||||||
.values({ domainId, baseDomain, configManaged: true })
|
.values({ domainId, baseDomain, configManaged: true, type: "a" })
|
||||||
.execute();
|
.execute();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue