v0.7.0
Added
- link to website for tty reporter when there are lint errors. (#120)
DROP INDEX
support for "require-concurrent-index-creation" and "prefer-robust-stmts". (#124)- github comment now includes Squawk's version number. (#131)
- new
ban-drop-column
rule (#132)
Changed
- updated "adding-not-null-field" to warn about making a column non-nullable with
NOT NULL
. See the "adding-not-null-field" docs for more information. (#101)
Fixed
- false positive with
prefer-text-field
that wasn't allowingvarchar
without a length specified