rename to v2
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
package migration
|
||||
|
||||
import (
|
||||
"github.com/beego/beego/client/orm/migration"
|
||||
"github.com/beego/beego/v2/client/orm/migration"
|
||||
)
|
||||
|
||||
// Index struct defines the structure of Index Columns
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
package migration
|
||||
|
||||
import (
|
||||
"github.com/beego/beego/client/orm/migration"
|
||||
"github.com/beego/beego/v2/client/orm/migration"
|
||||
)
|
||||
|
||||
// const the data format for the bee generate migration datatype
|
||||
|
||||
Reference in New Issue
Block a user