1
0
mirror of https://github.com/pi-hole/pi-hole.git synced 2025-09-20 17:11:17 +08:00

Fix gavity version 19

Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
Christian König
2024-10-18 23:00:31 +02:00
parent cd8d9ab84e
commit 2fd51bd244

View File

@ -66,7 +66,7 @@ CREATE TABLE info
value TEXT NOT NULL
);
INSERT INTO "info" VALUES('version','18');
INSERT INTO "info" VALUES('version','19');
CREATE TABLE domain_audit
(