mirror of
https://github.com/astaxie/beego.git
synced 2024-11-01 00:30:54 +00:00
Update: removing remnant of revert commit ( a call to function
m.DDLSpec() ) Signed-off-by: Gnanakeethan Balasubramaniam <gnanakeethan@gmail.com>
This commit is contained in:
parent
749a4028b4
commit
94e79eddcf
@ -94,7 +94,7 @@ func (m *Migration) Up() {
|
||||
|
||||
// Down implement in the Inheritance struct for down
|
||||
func (m *Migration) Down() {
|
||||
m.DDLSpec()
|
||||
|
||||
switch m.ModifyType {
|
||||
case "alter":
|
||||
m.ModifyType = "reverse"
|
||||
|
Loading…
Reference in New Issue
Block a user