mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Accidentally a number (#3788)
Co-authored-by: MichaIng <micha@dietpi.com> Signed-off-by: Adam Warner <me@adamwarner.co.uk> Co-authored-by: MichaIng <micha@dietpi.com>
This commit is contained in:
parent
615b19c3d6
commit
0445559610
1 changed files with 1 additions and 1 deletions
|
@ -114,6 +114,6 @@ upgrade_gravityDB(){
|
|||
# Add column date_updated to alist table
|
||||
echo -e " ${INFO} Upgrading gravity database from version 12 to 13"
|
||||
sqlite3 "${database}" < "${scriptPath}/12_to_13.sql"
|
||||
version=12
|
||||
version=13
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue