Skip to content

2.1.1

Latest
Compare
Choose a tag to compare
@beporter beporter released this 26 Oct 17:15

This release fixes an issue with importing seed records that have pre-defined primary keys (id typically) for the purposes of being able to associate seed data between tables as well as "reset" existing records using ID matching just by re-running a seed.

This change makes all Entity fields _accessible by default. This could theoretically have an impact on seed imports if you happened to have defined fields in your seed data that you didn't actually want to import into the database, but that seems unlikely.