almightycouch / rethinkdb_ecto

RethinkDB adapter for Ecto.
https://hexdocs.pm/rethinkdb_ecto
MIT License
114 stars 18 forks source link

Add support for migrations for tables and indices #2

Closed katafrakt closed 8 years ago

katafrakt commented 8 years ago

Hi! Here's another pull request from me. This one adds migrations (creation/dropping of tables/indices) support. The code is mostly taken from another repo's experimental branch (with no plans of support), as discussed here: https://github.com/hamiltop/rethinkdb_ecto/issues/13#issuecomment-210017317.

This time there are even some tests.

almightycouch commented 8 years ago

❤️ ❤️ ❤️