Skip to content

v1.2.21

Compare
Choose a tag to compare
@erizocosmico erizocosmico released this 01 Aug 12:27
· 75 commits to master since this release

Bugs fixed

  • When checking if an implicit foreign key equals the column it corresponds to, make sure the nullability of such foreign key is irrelevant because the correct one is the one in the column. This could cause some migrations to not be generated because the nullability was not property recognized.