mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-13 03:28:19 +00:00
Add default type
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user