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.
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.