SchemaPlus v1.1.0 Release Notes

    • ๐Ÿ‘ Add support for drop_table :cascade => true. Note that until now, :cascade was implicitly true. So this change might break existing code that relied on the incorrect implicit cascade behavior.
    • ๐Ÿ‘ Add support for :deferrable => :initially_deferred (thanks to @bhavinkamani)
    • Works with PostGIS (thanks to @pete)
    • Bug fix: Circular Reference/Stack Level Too Deep in Column#to_json. Thanks to @robdimarco for tracking down the problem
    • Bug fix: More robust handling of foreign keys with schema namespaces