1
0
mirror of https://github.com/astaxie/beego.git synced 2024-10-31 23:10:56 +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:
Gnanakeethan Balasubramaniam 2017-07-16 08:37:27 +05:30
parent 749a4028b4
commit 94e79eddcf
No known key found for this signature in database
GPG Key ID: 24924006ABA72F31

View File

@ -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"