vacp2p / mvds

Minimal Viable Data Sync Implementation
https://specs.vac.dev/specs/mvds.html
MIT License
13 stars 3 forks source link

use different migration table #70

Closed cammellos closed 5 years ago

cammellos commented 5 years ago

Use latest migrate, and offers a Migrate method that client should be using (passing a sql.DB as an argument), to migrate data, so that migrations from mvds are stored in a separate table.