Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyor committed Oct 31, 2021
1 parent 86ed4b1 commit 9afc633
Show file tree
Hide file tree
Showing 5 changed files with 156 additions and 134 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ DB_PASSWORD=nest
DB_HOST=db
DB_PORT=3306
DB_DATABASE=nest
DB_SYNC=false
# TODO: how to generate migrtion why emmpty?
DB_SYNC=true
172 changes: 104 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"migration:revert": "yarn ts-typeorm migration:revert"
},
"dependencies": {
"@nestjs/common": "^8.0.6",
"@nestjs/core": "^8.0.6",
"@nestjs/common": "^8.1.2",
"@nestjs/core": "^8.1.2",
"@nestjs/jwt": "^8.0.0",
"@nestjs/passport": "^8.0.1",
"@nestjs/platform-express": "^8.0.6",
"@nestjs/platform-express": "^8.1.2",
"@nestjs/serve-static": "^2.2.2",
"@nestjs/swagger": "^5.0.9",
"@nestjs/swagger": "^5.1.4",
"@nestjs/typeorm": "^8.0.2",
"bcrypt": "^5.0.1",
"class-transformer": "^0.4.0",
Expand Down
20 changes: 0 additions & 20 deletions src/migrations/1611484925515-CreateUsersTable.ts

This file was deleted.

Loading

0 comments on commit 9afc633

Please sign in to comment.