ActiveRecord::DataIntegrity v0.2.1 Release Notes

Release Date: 2018-11-21 // over 5 years ago
    • 🛠 Fix rubygems deploy

Previous changes from 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