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

undefined method add_column_options!' for class ActiveRecord::ConnectionAdapters::PostgreSQLAdapter' in Rails 4.1 #8

Open
stringsn88keys opened this issue Apr 14, 2014 · 1 comment

Comments

@stringsn88keys
Copy link

While using add_foreign_key in a migration, I get the following error:

undefined method `add_column_options!' for class `ActiveRecord::ConnectionAdapters::PostgreSQLAdapter'

I double-checked that I'm using the latest from the rais-4 branch:

Using activerecord-postgresql-extensions (1.0.0.dev) from https://github.com/zoocasa/activerecord-postgresql-extensions.git (at rails-4).
@dark-panda
Copy link
Owner

Looks like a lot of code was moved into SchemaCreation in Rails 4.1. Will investigate.

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

No branches or pull requests

2 participants