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>
pull/3797/head
Adam Warner 4 years ago committed by GitHub
parent 615b19c3d6
commit 0445559610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save