[GH-ISSUE #61] Remove index, create key #42

Open
opened 2026-02-25 21:33:07 +03:00 by kerem · 0 comments
Owner

Originally created by @yar3333 on GitHub (Oct 5, 2017).
Original GitHub issue: https://github.com/DBDiff/DBDiff/issues/61

For most my tables (for every index) dbdiff falsely generate lines like next:

ALTER TABLE `t` DROP INDEX `idx_a`;
ALTER TABLE `t` ADD KEY `idx_a` (`a`); 
Originally created by @yar3333 on GitHub (Oct 5, 2017). Original GitHub issue: https://github.com/DBDiff/DBDiff/issues/61 For most my tables (for every index) dbdiff falsely generate lines like next: ```sql ALTER TABLE `t` DROP INDEX `idx_a`; ALTER TABLE `t` ADD KEY `idx_a` (`a`); ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/DBDiff#42
No description provided.