Adds support in ActiveRecord for PostgreSQL index expressions and operator classes, as well as a shorthand for case-insensitive indexes
30
stars
13
forks
source link
Correctly generate configuration when there are multiple columns but only one non-default operator class used #4
Closed
nbudin closed 9 years ago
If you have an index defined such as:
Then schema_plus_pg_indexes will incorrectly dump the schema as:
This patch fixes that issue.