Fix typo found by #3933

Signed-off-by: Michael Woolweaver <m.woolweaver@icloud.com>
pull/3934/head
Michael Woolweaver 3 years ago committed by GitHub
parent 0d8ece1be2
commit 3a05ac27a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -73,7 +73,7 @@ CREATE TABLE domainlist_by_group
CREATE TABLE client
(
id INTEGER PRIMARY KEY AUTOINCREMENT,
ip TEXT NOL NULL UNIQUE,
ip TEXT NOT NULL UNIQUE,
date_added INTEGER NOT NULL DEFAULT (cast(strftime('%s', 'now') as int)),
date_modified INTEGER NOT NULL DEFAULT (cast(strftime('%s', 'now') as int)),
comment TEXT

Loading…
Cancel
Save