issues
search
ERNICommunity
/
ErniEventManager
2
stars
1
forks
source link
migration scripts
#36
Closed
rochus222
closed
6 years ago
rochus222
commented
6 years ago
Add migration script feature for mongo
so if new developer starts working on project, mongo will be automatically filled up with some default required objects (some admin user) How to:
add migration collection to mongo db that will store already runned scripts
migration scripts should be executed on the startup of the app -> newer scripts that were not run on db should be executed
add initial migration script that will create new user