Commit 06ab091
committed
Fix schema migration rollback logic bug
- Only mark migrations as unapplied after successful rollback
- Handle NotImplementedError properly to maintain applied migration state
- Add better exception handling for other rollback failures
- Resolves test failures in test_rollback_not_supported and related tests1 parent 88a5ab7 commit 06ab091
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
177 | 178 | | |
178 | 179 | | |
179 | 180 | | |
| |||
182 | 183 | | |
183 | 184 | | |
184 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
185 | 191 | | |
186 | 192 | | |
187 | 193 | | |
| |||
0 commit comments