Updated June 23, 2024 3:58PM
This commit is contained in:
@@ -40,7 +40,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',1719175622,158918,1,2);
|
INSERT INTO adlist VALUES(1,'https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts',1,1719171501,1719171501,'Migrated from /etc/pihole/adlists.list',1719176225,158918,1,2);
|
||||||
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),
|
||||||
|
|||||||
Reference in New Issue
Block a user