dcdourado / ecto_backfiller

A back-pressured backfill executor for Ecto
Apache License 2.0
1 stars 0 forks source link

fix: remove default order by #14

Closed dcdourado closed 1 year ago

dcdourado commented 1 year ago

Schemas that use another field for the creation timestamp were crashing.

Also, you may want to order the schema with other keys than the creation timestamp, the library should not set it.