Skip to content
This repository was archived by the owner on Apr 17, 2018. It is now read-only.

Update lib/dm-migrations/adapters/dm-postgres-adapter.rb #46

Closed
wants to merge 1 commit into from
Closed

Update lib/dm-migrations/adapters/dm-postgres-adapter.rb #46

wants to merge 1 commit into from

Conversation

tpitale
Copy link
Member

@tpitale tpitale commented Sep 17, 2012

I shouldn't have to set :max => (263-1) in order to get this to work. bigint = 263, so <= seems more appropriate.

I shouldn't have to set :max => (2**63-1) in order to get this to work. bigint = 2**63, so <= seems more appropriate.
@tpitale tpitale closed this Sep 30, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant