mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-20 14:20:13 +00:00
Update view vw_gravity to only return domains from enabled adlists.
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
parent
a8af2e1837
commit
ffc91a6c81
2 changed files with 27 additions and 1 deletions
|
@ -40,7 +40,8 @@ upgrade_gravityDB(){
|
|||
version=3
|
||||
fi
|
||||
if [[ "$version" == "3" ]]; then
|
||||
# This migration script upgrades ...
|
||||
# This migration script upgrades the gravity and adlist views
|
||||
# implementing necessary changes for per-client blocking
|
||||
sqlite3 "${database}" < "/etc/.pihole/advanced/Scripts/database_migration/gravity/3_to_4.sql"
|
||||
version=3
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue