Releases: dsalahutdinov/activerecord-data_integrity
Releases · dsalahutdinov/activerecord-data_integrity
v0.2.1
v0.2.0
- Added
--only
option:
bundle exec data_integrity --only HasMany/ForeignKey,BelongsTo/ForeignKey
- Improved cli help and descriptions (with thor gem)
v0.1.0
Basic functionality with the following features:
- The lack of database foreign keys for belongs_to/has_many associations
- The lack of not-null constraint for the columns with presence validation
- Inclusion validated colums should have
enum
data type