1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-04 13:10:55 +00:00

Merge pull request from mwoolweaver/patch-1

Fix typo found by 
This commit is contained in:
Adam Warner 2020-12-20 15:31:02 +00:00 committed by GitHub
commit 87cf9add8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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