mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-24 15:13:42 +00:00
Fix gavity version 19 (#5801)
This commit is contained in:
commit
c3a762823d
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ CREATE TABLE info
|
||||||
value TEXT NOT NULL
|
value TEXT NOT NULL
|
||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO "info" VALUES('version','18');
|
INSERT INTO "info" VALUES('version','19');
|
||||||
|
|
||||||
CREATE TABLE domain_audit
|
CREATE TABLE domain_audit
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in a new issue