mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 20:17:53 +08:00
修改更新程序
This commit is contained in:
parent
4cad76a6f3
commit
22cfd7ddec
@ -107,7 +107,7 @@ func sqliteUpdate() {
|
||||
|
||||
err := o.Raw("select * from sqlite_master where name='md_members' and sql like '%auth_method%' limit 1").QueryRow(&sqlite_master)
|
||||
//查询是否已经存在 auth_method 列
|
||||
if err == nil && sqlite_master.Name == ""{
|
||||
if err == orm.ErrNoRows{
|
||||
_,err = o.Raw("ALTER TABLE md_members ADD auth_method VARCHAR(50) DEFAULT 'local' NULL;").Exec()
|
||||
if err != nil {
|
||||
panic(fmt.Sprintf("error : 6001 => %s",err.Error()))
|
||||
|
Loading…
Reference in New Issue
Block a user