Skip to content

Commit

Permalink
maybe this will work
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbanSdl committed May 14, 2024
1 parent 2ac68fd commit bbe9cae
Show file tree
Hide file tree
Showing 6 changed files with 878 additions and 94 deletions.
2 changes: 2 additions & 0 deletions web/.env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ DATABASE_URL=mysql://dev:dev@localhost:3306/turbo_switch
JWT_SECRET=1234
CAS_SERVICE=https://etu.utt.fr/dummyurl
JWT_EXPIRES_IN=7y
SESAME_LENGTH=4
SENTRY_DSN=
2 changes: 1 addition & 1 deletion web/dbml/schema.dbml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Table Borrow {
Table Opening {
id Int [pk, increment]
date DateTime
code String [not null]
code String
codeGeneratedAt DateTime
borrow Borrow
return Borrow
Expand Down
1 change: 1 addition & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"dependencies": {
"@prisma/client": "^5.13.0",
"@sentry/node": "^8.0.0",
"body-parser": "^1.20.2",
"cookie-parser": "~1.4.6",
"debug": "~2.6.9",
Expand Down
Loading

0 comments on commit bbe9cae

Please sign in to comment.