All Versions
3
Latest Version
Avg Release Cycle
3 days
Latest Release
2247 days ago
Changelog History
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, 2018Basic 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