Fixing various things

This commit is contained in:
Owen
2025-10-27 17:52:39 -07:00
parent 15d63ddffa
commit bd5cc790d6
14 changed files with 117 additions and 47 deletions

View File

@@ -72,7 +72,7 @@ export default async function migration() {
db.prepare(
`
CREATE TABLE 'dnsRecords' (
'id' text PRIMARY KEY NOT NULL,
'id' integer PRIMARY KEY AUTOINCREMENT NOT NULL,
'domainId' text NOT NULL,
'recordType' text NOT NULL,
'baseDomain' text,