mirror of
https://github.com/muety/wakapi.git
synced 2025-12-05 22:20:24 -08:00
fix
This commit is contained in:
@@ -24,6 +24,11 @@ func init() {
|
||||
}
|
||||
|
||||
var drop bool
|
||||
if cfg.Db.IsMssql() {
|
||||
//mssql migrator doesn't support GetIndexes() currently
|
||||
// mssql is implemented after this migration, so ignore it.
|
||||
return nil
|
||||
}
|
||||
if cfg.Db.IsSQLite() {
|
||||
// sqlite migrator doesn't support GetIndexes() currently
|
||||
var ddl string
|
||||
|
||||
Reference in New Issue
Block a user