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
1 changed files with 1 additions and 1 deletions

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"