All Versions
3
Latest Version
Avg Release Cycle
3 days
Latest Release
1954 days ago

Changelog History

  • v0.2.1 Changes

    November 21, 2018
    • ๐Ÿ›  Fix rubygems deploy
  • v0.2.0 Changes

    November 21, 2018
    • โž• Added --only option:

      bundle exec data_integrity --only HasMany/ForeignKey,BelongsTo/ForeignKey

    • ๐Ÿ‘Œ Improved cli help and descriptions (with thor gem)

  • v0.1.0 Changes

    November 16, 2018

    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