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
Remove null collate option from generated migrations
When baking migration diffs, the collate option was included in
column options even when null. This caused "collate is not a valid
column option" errors when running migrations on PostgreSQL.
Fixes#974
0 commit comments