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
There are a subset of "binary-compatible" type conversions in Postgres such that changing a column type does not result in a table rewrite. In order to create a safe method for this, we'll need to have an allowlist of type conversions that are safe from both the perspective of Postgres and Rails.