You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
[ #212 ] scanning bytea does no longer throw an error. Now []byte and bytea are equivalent, before it was smallint[]. Even though this could be considered a breaking change, it has been considered as a bug as it made no sense the way it was before.