Fixed
- Allow resetting default order set on schema by passing
default_order: false.
Upgrade notes
Flop 0.26.2 introduced a new warning when Flop order parameters are set and the
query already has an order by clause. Order by parameters are added to the Flop
struct either by passing the order_by and order_directions parameters to
the validate function or by defining a...