()
| 102 | } |
| 103 | |
| 104 | func (m *MigrationVersion03) MigrationCleanup() error { |
| 105 | |
| 106 | return nil |
| 107 | } |
| 108 | |
| 109 | func (m *MigrationVersion03) RollbackMigration() error { |
| 110 | if !m.isValid { |
nothing calls this directly
no outgoing calls
no test coverage detected