mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
Fixes #105
This commit is contained in:
parent
56238b00c5
commit
6fd6bc6d26
7 changed files with 663 additions and 663 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue