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
Rails 6.0 added a mechanism for setting the order column on models. Because GoodJob uses UUIDs for primary keys, we always need to add an explicit order, so this would make that easier:
Rails 6.0 added a mechanism for setting the order column on models. Because GoodJob uses UUIDs for primary keys, we always need to add an explicit order, so this would make that easier:
rails/rails#34480
The text was updated successfully, but these errors were encountered: