Update: removing remnant of revert commit ( a call to function

m.DDLSpec() )
Signed-off-by: 's avatarGnanakeethan Balasubramaniam <gnanakeethan@gmail.com>
parent 749a4028
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment