mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-25 15:43:19 +00:00
Set new gravity database version to 16 (#5328)
This commit is contained in:
commit
047017dc6a
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ CREATE TABLE info
|
|||
value TEXT NOT NULL
|
||||
);
|
||||
|
||||
INSERT INTO "info" VALUES('version','15');
|
||||
INSERT INTO "info" VALUES('version','16');
|
||||
|
||||
CREATE TABLE domain_audit
|
||||
(
|
||||
|
|
Loading…
Reference in a new issue