Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Unknown key: :case_sensitive #183

Open
phlegx opened this issue Nov 7, 2014 · 0 comments
Open

Unknown key: :case_sensitive #183

phlegx opened this issue Nov 7, 2014 · 0 comments

Comments

@phlegx
Copy link

phlegx commented Nov 7, 2014

Rails: 4.1
DB: PostgreSQL 9.3
Adapter: Activerecord PostGis Adapter 2.2.1 https://github.com/rgeo/activerecord-postgis-adapter

In my database.yml I use this here (required adapter for PostGis):

development:
  adapter: postgis
  ...

My migration:

...
  def self.up
    change_table :users do |t|
      t.string :email, index: { case_sensitive: false, unique: true }
...

Any idea how to solve this problem?

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

No branches or pull requests

1 participant