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
fix: add implicit_order_column for Rails 8.1+ compatibility (#464)
* ci: add Rails 8.1.0.rc1 to test matrix
* fix: add implicit_order_column for Rails 8.1+ compatibility
Rails 8.1+ requires an implicit_order_column for models without
a primary key to support ordering. Hierarchy tables don't have
a primary key, so we set ancestor_id as the implicit order column.
0 commit comments