Fix typo found by #3933

Signed-off-by: Michael Woolweaver <m.woolweaver@icloud.com>
This commit is contained in:
Michael Woolweaver 2020-12-19 17:37:17 -06:00 committed by GitHub
parent 0d8ece1be2
commit 3a05ac27a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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