coryodaniel / arbor

Ecto elixir adjacency list and tree traversal. Supports Ecto versions 2 and 3.
MIT License
239 stars 26 forks source link

fix: ecto struct_fields new prefix #37

Closed kamciokodzi closed 2 years ago

kamciokodzi commented 2 years ago

Cause: Prefix fields with ecto_ to avoid conflicts https://github.com/elixir-ecto/ecto/commit/b2a2b75067ad9b5b8298ea911053969de1fd93a5

Solves issues: https://github.com/coryodaniel/arbor/issues/36 https://github.com/coryodaniel/arbor/issues/35

coryodaniel commented 2 years ago

Sorry, been slammed, just saw this. Nice backward compat!