1.0.6 • Published 5 years ago

@zqrtalent/userservice v1.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
5 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

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago