Check schema version before starting

This commit is contained in:
Andris Reinman 2016-04-20 20:29:29 +03:00
parent ed7bef48ec
commit f213f8ba65
2 changed files with 17 additions and 1 deletions

View file

@ -34,6 +34,8 @@ database="mailtrain"
charset="utf8mb4"
# enter path for mysql command line application
command="mysql"
# required database schema version
schema_version=1
[redis]
# enable to use Redis session cache or disable if Redis is not installed