Modify ↓
Ticket #40 (closed defect: fixed)
delete_index syntax incorrect for MySQL
| Reported by: | pete.skomoroch@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | commands | Version: | 0.6-pre |
| Keywords: | MySQL delete index | Cc: |
Description
South currently uses a generic statement:
'DROP INDEX index_name'
For MySQL this should be:
'DROP INDEX index_name ON tbl_name'
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in [92].
There's even a unit test for it now!