View Source Changelog

unreleased

Unreleased

0-1-8-2024-02-09

0.1.8 - 2024-02-09

fixed

Fixed

  • Using Logger.warning instead of deprecated Logger.warn

0-1-7-2024-01-18

0.1.7 - 2024-01-18

fixed-1

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

0.1.6 - 2022-11-20

added

Added

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

fixed-2

Fixed

  • Detecting index with too many columns

0-1-5-2022-08-05

0.1.5 - 2022-08-05

added-1

Added

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

0-1-4-2022-07-24

0.1.4 - 2022-07-24

fixed-3

Fixed

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

0-1-3-2021-12-07

0.1.3 - 2021-12-07

added-2

Added

  • Safety assured handled with config comments

deprecated

Deprecated

  • Using module attribute @safety_assured

0-1-2-2021-11-25

0.1.2 - 2021-11-25

fixed-4

Fixed

  • Fixed generating warning messages

0-1-1-2021-11-19

0.1.1 - 2021-11-19

fixed-5

Fixed

  • Fixed handling index with one column as an atom

0-1-0-2021-11-18

0.1.0 - 2021-11-18

added-3

Added

  • First release!