1.0.6 • Published 4 years ago

@zqrtalent/userservice v1.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

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

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago