mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-12-17 18:31:21 +08:00
修改初始化脚本位置
This commit is contained in:
@@ -40,7 +40,7 @@ func initialization() {
|
||||
|
||||
o := orm.NewOrm()
|
||||
|
||||
b,err := ioutil.ReadFile("./data/data.sql")
|
||||
b,err := ioutil.ReadFile("./database/data.sql")
|
||||
|
||||
if err != nil {
|
||||
panic(err.Error())
|
||||
|
||||
Reference in New Issue
Block a user