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

JDBCStateRepository migration fails with MSSQL #41

Closed
chkal opened this issue May 29, 2013 · 1 comment
Closed

JDBCStateRepository migration fails with MSSQL #41

chkal opened this issue May 29, 2013 · 1 comment
Labels
Milestone

Comments

@chkal
Copy link
Member

chkal commented May 29, 2013

Instead of:

execute("ALTER TABLE %TABLE% DROP FEATURE_USERS");

it should be:

execute("ALTER TABLE %TABLE% DROP COLUMN FEATURE_USERS");
chkal added a commit that referenced this issue May 29, 2013
@chkal
Copy link
Member Author

chkal commented May 31, 2013

Done

@chkal chkal closed this as completed May 31, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant