lang-database 9.0.0 → 9.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/schema.prisma +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lang-database",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
package/schema.prisma CHANGED
@@ -141,7 +141,7 @@ model UserAnswer {
141
141
  cardId String
142
142
  answer Answer
143
143
  timestamp DateTime
144
- @@map("answers")
144
+ @@map("userAnswers")
145
145
  }
146
146
 
147
147
  enum Answer {