Can you go in the rails console and do Group.pluck(:id, :name)
to return the group names and IDs and see if there’s any oddity?
Alternatively, SELECT id, name FROM groups
with data explorer.
Can you go in the rails console and do Group.pluck(:id, :name)
to return the group names and IDs and see if there’s any oddity?
Alternatively, SELECT id, name FROM groups
with data explorer.