mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
Fixing various things
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user