Final work on migration, now there is no usage of xorm table sync
This commit is contained in:
@@ -13,6 +13,10 @@ func NewMysqlDialect() *Mysql {
|
||||
return &d
|
||||
}
|
||||
|
||||
func (db *Mysql) SupportEngine() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
func (db *Mysql) Quote(name string) string {
|
||||
return "`" + name + "`"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user