Releases: Invoca/declare_schema
Releases · Invoca/declare_schema
Release v2.3.0
Updated
- Updated the
current_adapter
method to useconnection_db_config
for Rails 6.1 and higher, while retainingconnection_config
for earlier versions
Release v2.2.1
Changed
- Re-release after yanking 2.2.0
Release v2.2.0.colin.1
Changed
- Drop/add index if its settings change (
unique:
,length:
, etc.) - Drop/add index if order of columns changes
- Drop indexes before adding, in case any have identical names
- Drop foreign keys before adding, in case any have identical names
Release v2.2.0
Changed
- Drop/add index if its settings change (
unique:
,length:
, etc.) - Drop/add index if order of columns changes
- Drop indexes before adding, in case any have identical names
- Drop foreign keys before adding, in case any have identical names
Release v2.1.0
Added
- Added support for Rails 7.2
- Added support for
postgresql
as a database adapter
Release v2.0.0
Added
- Added support for Rails 7.0 and 7.1
- Add support for automatic enum scopes for each value in the
:limit
array
Removed
- Removed support for Rails < 6.0
Release v1.4.0
Added
- Added support for partial indexes with
length:
option.
Changed
- Deprecate index: 'name' and unique: true|false in favor of index: { name: 'name', unique: true|false }.
Release v1.4.0.colin.11
Fixed
- Add missing commits around connection: and Array check for composite declared primary key.
Release v1.3.6.colin.1
Fixed
- Add missing commits around connection: and Array check for composite declared primary key.
Release v1.3.6
Fixed
- Add missing commits around connection: and Array check for composite declared primary key.