Prisma: fix typo [breaking change]

also: bump version because of breaking change
This commit is contained in:
Wroclaw 2023-09-18 11:24:35 +02:00
parent 7ff4abc3c0
commit 58a054d137
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "gptcord", "name": "gptcord",
"version": "0.0.2", "version": "0.1.0",
"description": "", "description": "",
"main": "./dist/index.js", "main": "./dist/index.js",
"scripts": { "scripts": {

View file

@ -13,7 +13,7 @@ model Usage {
user BigInt user BigInt
channel BigInt channel BigInt
guild BigInt? guild BigInt?
usageReguest Int usageRequest Int
usageResponse Int usageResponse Int
functionName String? functionName String?
functionRan Int @default(0) functionRan Int @default(0)