@zqrtalent/userservice
v1.0.6
Published
User service package
Downloads
31
Readme
User Service
This library contains user services/manager classes and database logic.
Add database migration
npm run add-migration migration-xxxxx-xxxx
This command will create migration migration-xxxxx-xxxx.js file inside the project. After you have to manually write code for the data migration.
Update database
npm run updatedatabase
Rollback to a migration
npm run rollback-database migration-xxxxx-xxxx
