Updated June 30, 2024 4:45AM

This commit is contained in:
root
2024-06-30 04:45:02 -05:00
parent 1f78d048de
commit 7b64857955

View File

@@ -84,7 +84,7 @@ CREATE TABLE adlist
invalid_domains INTEGER NOT NULL DEFAULT 0, invalid_domains INTEGER NOT NULL DEFAULT 0,
status 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 CREATE TABLE domainlist_by_group
( (
domainlist_id INTEGER NOT NULL REFERENCES domainlist (id), domainlist_id INTEGER NOT NULL REFERENCES domainlist (id),