Changes between Initial Version and Version 1 of Ticket #26624
- Timestamp:
- May 17, 2016, 7:05:53 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26624 – Description
initial v1 1 I get an error when I run `sqlmigrate` for a migration which drops an `index_together` constraint until actually migrating the previous migration. 1 I get an error when I run `sqlmigrate` for a migration which drops an `index_together` constraint until actually migrating the previous migration. It happens for postgres and not for sqlite. 2 2 3 3 Steps to reproduce the bug: