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:
Adam Warner 2020-10-09 16:24:42 +01:00 committed by GitHub
parent 615b19c3d6
commit 0445559610
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,6 +114,6 @@ upgrade_gravityDB(){
# Add column date_updated to alist table # Add column date_updated to alist table
echo -e " ${INFO} Upgrading gravity database from version 12 to 13" echo -e " ${INFO} Upgrading gravity database from version 12 to 13"
sqlite3 "${database}" < "${scriptPath}/12_to_13.sql" sqlite3 "${database}" < "${scriptPath}/12_to_13.sql"
version=12 version=13
fi fi
} }