first pass work on migration #925
This commit is contained in:
parent
c5c467a9cd
commit
7e7160eefd
9 changed files with 226 additions and 164 deletions
|
@ -43,7 +43,7 @@ func setup(logPath string) {
|
|||
|
||||
models.LoadModelsConfig()
|
||||
|
||||
if models.UseSQLite3 {
|
||||
if setting.UseSQLite3 {
|
||||
workDir, _ := setting.WorkDir()
|
||||
os.Chdir(workDir)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue