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
This tripped us up trying to upgrade to Rails 7, where the enum_types were duplicated by however many schemas you had. The following monkey patch will get you past it, at least until you figure out how to stop using apartment entirely!
This tripped us up trying to upgrade to Rails 7, where the enum_types were duplicated by however many schemas you had. The following monkey patch will get you past it, at least until you figure out how to stop using apartment entirely!
Values Returned Before
Monkeypatch
Values Returned After
The text was updated successfully, but these errors were encountered: