Prisma: fix typo [breaking change]
also: bump version because of breaking change
This commit is contained in:
parent
7ff4abc3c0
commit
58a054d137
2 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue