activerecord-postgres-hstore
activerecord-postgres-hstore copied to clipboard
add_hstore_index options not working properly
Defining the index type, on options, is falling back to gist
add_hstore_index :people, :info, :type => :gin
the above example is not creating a type gin index.