mirror of
https://github.com/astaxie/beego.git
synced 2024-11-01 02:20:55 +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
|
// Down implement in the Inheritance struct for down
|
||||||
func (m *Migration) Down() {
|
func (m *Migration) Down() {
|
||||||
m.DDLSpec()
|
|
||||||
switch m.ModifyType {
|
switch m.ModifyType {
|
||||||
case "alter":
|
case "alter":
|
||||||
m.ModifyType = "reverse"
|
m.ModifyType = "reverse"
|
||||||
|
Loading…
Reference in New Issue
Block a user