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

Unknown key: :case_sensitive #183

@phlegx

Description

@phlegx

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions