rohany / vault

0 stars 0 forks source link

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

Closed rohany closed 4 years ago

rohany commented 4 years ago

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.