Remove empty newline

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:22 -04:00
parent f76802be6d
commit cb3e4c2fa3
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ CREATE TABLE domains (
CREATE UNIQUE INDEX name_index ON domains(name);
CREATE TABLE records (
id BIGSERIAL PRIMARY KEY,
domain_id INT DEFAULT NULL,