mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-22 06:03:43 +00:00
Update advanced/Scripts/database_migration/gravity/16_to_17.sql
Co-authored-by: Dominik <DL6ER@users.noreply.github.com> Signed-off-by: Adam Warner <github@adamwarner.co.uk>
This commit is contained in:
parent
72afa1073d
commit
cfbf3f61cd
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ ALTER TABLE adlist ADD COLUMN type INTEGER NOT NULL DEFAULT 0;
|
|||
|
||||
UPDATE adlist SET type = 0;
|
||||
|
||||
CREATE TABLE antigravity
|
||||
CREATE TABLE IF NOT EXISTS antigravity
|
||||
(
|
||||
domain TEXT NOT NULL,
|
||||
adlist_id INTEGER NOT NULL REFERENCES adlist (id)
|
||||
|
|
Loading…
Reference in a new issue