support sync database structure when starting web server

This commit is contained in:
MaysWind
2020-12-03 23:22:01 +08:00
parent 50f56ccf3d
commit 1f6922c9e5
4 changed files with 76 additions and 6 deletions
+3
View File
@@ -65,6 +65,9 @@ conn_max_lifetime = 14400
# Set to true to log each sql statement and execution times
log_query = false
# Set to true to automatically update database structure when starting web server
auto_update_database = true
[log]
# Either "console", "file", default is "console"
# Use space to separate multiple modes, e.g. "console file"