1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +02:00
This commit is contained in:
Harvey Kandola 2017-07-20 18:46:11 +01:00
parent 56238b00c5
commit 6fd6bc6d26
7 changed files with 663 additions and 663 deletions

View file

@ -36,7 +36,7 @@ var dbPtr *sqlx.DB
// Check that the database is configured correctly and that all the required tables exist.
// It must be the first function called in this package.
func Check(runtime env.Runtime) bool {
func Check(runtime *env.Runtime) bool {
dbPtr = runtime.Db
log.Info("Database checks: started")