neoverse / explorer

NEO Blockchain Explorer

Home Page:http://explorer.neoverse.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separate DB migrations from web server & sync app

mhuggins opened this issue · comments

I'm currently just calling sequelize.sync() when the app starts, which is not ideal. This could run into both apps trying to update the DB structure, for example, and for more extreme DB changes, this won't work long-term.

Done in branch feature/assets-addresses.