Skip to content

Releases: dsalahutdinov/activerecord-data_integrity

v0.2.1

21 Nov 06:15
Compare
Choose a tag to compare
  • Fix rubygems deploy

v0.2.0

21 Nov 06:05
Compare
Choose a tag to compare
  • Added --only option:
bundle exec data_integrity --only HasMany/ForeignKey,BelongsTo/ForeignKey
  • Improved cli help and descriptions (with thor gem)

v0.1.0

16 Nov 09:57
Compare
Choose a tag to compare

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