rohany/vault

vault: understand how the migration story of the database and metadata will work

rohany opened this issue · 0 comments

Metadata stored in the SQLite instances will need to be migrated and moved as versions change. We need to have a systematic way of doing such a thing. This could be a hand-rolled solution, or we might be able to get diesel to generate this stuff for us.

This is most likely a blocker for anyone to actually use vault to store their data.