Update view vw_gravity to only return domains from enabled adlists.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2019-09-07 11:17:53 +02:00
parent a8af2e1837
commit ffc91a6c81
No known key found for this signature in database
GPG key ID: FB60471F0575164A
2 changed files with 27 additions and 1 deletions

View file

@ -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