sheharyarn / memento

Simple + Powerful interface to the Mnesia Distributed Database 💾
http://hexdocs.pm/memento/
MIT License
734 stars 23 forks source link

Migrations method #29

Closed zacksiri closed 2 years ago

zacksiri commented 2 years ago

Hey @sheharyarn

I understand migrations are not fully supported yet, is there a way to make it work? Let's say I add a field i want it to have the new fields able to be stored. Any procedure / steps you recommend to manually do migrations?

zacksiri commented 2 years ago

@sheharyarn I looked at Amnesia and saw how they did migrations. If I can make sometime i'll submit a PR