Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix. when DropIndex on mysql it raise a syntax error #83

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

Lupino
Copy link

@Lupino Lupino commented Mar 10, 2014

On mysql remove an index is

DROP INDEX index_name on table_name
or 
ALTER TABLE table_name DROP INDEX index_name

It is diference on postgresql

@horx
Copy link

horx commented Mar 13, 2014

if you'd like to accept this pr, just merge commits before 19be413 (include this one).Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants