mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-09 03:50:26 +08:00
修复导致无法安装的严重Bug
This commit is contained in:
@@ -93,7 +93,7 @@ func (this *Setup) Run() error {
|
||||
}
|
||||
|
||||
executor := NewSQLExecutor(dbConfig)
|
||||
err = executor.Run()
|
||||
err = executor.Run(false)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user