SchemaPlus v1.0.1 Release Notes

    • README cleanups (thanks to @denispeplin)
    • Now raises ArgumentError if index has both :case_sensitive => false and an :expression
    • 0️⃣ Now creates consistent default name for foreign key constraints
    • Bug fix: respect :length keyword for index (thanks to @teleological)
    • Bug fix: renaming table with multiple foreign key constraints (thanks to @teleological)
    • Bug fix: don't dump :case_sensitive => false for index with an expression that includes "lower(name)".
    • Bug fix: Properly dump multi-column case-insensitive indexes