mirror of
https://github.com/beego/bee.git
synced 2025-07-05 03:00:17 +00:00
using beego to rerwite all commands
This commit is contained in:
@ -238,7 +238,7 @@ func GenerateMigration(mname, upsql, downsql, curpath string) {
|
||||
const (
|
||||
MigrationHeader = `package main
|
||||
import (
|
||||
"github.com/astaxie/beego/migration"
|
||||
"github.com/astaxie/beego/client/orm/migration"
|
||||
)
|
||||
|
||||
// DO NOT MODIFY
|
||||
|
Reference in New Issue
Block a user