From 7b648579557835decae69964379d682f7ab587c3 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 30 Jun 2024 04:45:02 -0500 Subject: [PATCH] Updated June 30, 2024 4:45AM --- db_dump.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_dump.sql b/db_dump.sql index 97b0fcc..46e3316 100644 --- a/db_dump.sql +++ b/db_dump.sql @@ -84,7 +84,7 @@ CREATE TABLE adlist invalid_domains INTEGER NOT NULL DEFAULT 0, status INTEGER NOT NULL DEFAULT 0 ); -INSERT INTO adlist VALUES(1,'https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts',1,1719171501,1719171501,'Migrated from /etc/pihole/adlists.list',1719287328,159971,1,1); +INSERT INTO adlist VALUES(1,'https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts',1,1719171501,1719171501,'Migrated from /etc/pihole/adlists.list',1719739921,161604,1,1); CREATE TABLE domainlist_by_group ( domainlist_id INTEGER NOT NULL REFERENCES domainlist (id),