0.1.8 - 2024-02-09
- Using
Logger.warning
instead of deprecatedLogger.warn
0.1.7 - 2024-01-18
- Correct exit code
- Choosing the right type when detected lack of disable_ddl_transaction or disable_migration_lock
0.1.6 - 2022-11-20
- Detecting volatile default when adding a column or adding a default
- Detecting index with too many columns
0.1.5 - 2022-08-05
- Handling unique index
- Detecting concurrently added indexes without disable_ddl_transaction nor disable_migration_lock
0.1.4 - 2022-07-24
- Handling "if (not) exists" variants of operations
0.1.3 - 2021-12-07
- Safety assured handled with config comments
- Using module attribute
@safety_assured
0.1.2 - 2021-11-25
- Fixed generating warning messages
0.1.1 - 2021-11-19
- Fixed handling index with one column as an atom
0.1.0 - 2021-11-18
- First release!