Remove now unused dnsRecordId

This commit is contained in:
Johannes Zellner
2018-06-29 22:25:34 +02:00
parent 868ed977b3
commit 163563f400
19 changed files with 38 additions and 67 deletions
-1
View File
@@ -188,7 +188,6 @@ CREATE TABLE IF NOT EXISTS subdomains(
domain VARCHAR(128) NOT NULL,
subdomain VARCHAR(128) NOT NULL,
type VARCHAR(128) NOT NULL,
dnsRecordId VARCHAR(512), // tracks any id that we got back to track dns updates
FOREIGN KEY(domain) REFERENCES domains(domain),
FOREIGN KEY(appId) REFERENCES apps(id),