Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

58 lines (45 loc) · 1.83 KB

Changelog

0.1.8 - 2024-02-09

Fixed

  • Using Logger.warning instead of deprecated Logger.warn

0.1.7 - 2024-01-18

Fixed

  • Correct exit code
  • Choosing the right type when detected lack of disable_ddl_transaction or disable_migration_lock

0.1.6 - 2022-11-20

Added

  • Detecting volatile default when adding a column or adding a default

Fixed

  • Detecting index with too many columns

0.1.5 - 2022-08-05

Added

  • Handling unique index
  • Detecting concurrently added indexes without disable_ddl_transaction nor disable_migration_lock

0.1.4 - 2022-07-24

Fixed

  • Handling "if (not) exists" variants of operations

0.1.3 - 2021-12-07

Added

  • Safety assured handled with config comments

Deprecated

  • Using module attribute @safety_assured

0.1.2 - 2021-11-25

Fixed

  • Fixed generating warning messages

0.1.1 - 2021-11-19

Fixed

  • Fixed handling index with one column as an atom

0.1.0 - 2021-11-18

Added

  • First release!