Skip to content

Adding unique to a column for Postgres in the migrator should be fixed. Closes #623 #795

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

Merged
merged 1 commit into from
Aug 1, 2013

Conversation

durango
Copy link
Member

@durango durango commented Jul 31, 2013

No description provided.

if (dialect === "postgres" || dialect === "postgres-native" || dialect === "sqlite") {
expect(isAdmin.defaultValue).to.be.false
} else {
expect(isAdmin.defaultValue).to.equal("0")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to fix that :D

sdepold added a commit that referenced this pull request Aug 1, 2013
Adding unique to a column for Postgres in the migrator should be fixed. Closes #623
@sdepold sdepold merged commit 3c3bfea into sequelize:master Aug 1, 2013
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