Skip to content

Draft: Resolve "Prevent order by created_at and id"

Alex Pooley requested to merge 362032-prevent-order-by-created_at-and-id into master

Prevent explicit ordering by created_at and id in ActiveRecord.

Enforce a recommendation from the database team to sort by id rather than created_at.

Related to #362032 (closed)

Edited by Alex Pooley

Merge request reports