Restyled by whitespace

This commit is contained in:
Restyled.io 2022-10-21 18:02:02 +00:00
parent 338c359022
commit 0202ff3462
27 changed files with 3 additions and 27 deletions

2
prisma/.gitignore vendored
View file

@ -1,2 +1,2 @@
*.db
*.db-journal
*.db-journal

View file

@ -27,4 +27,3 @@ CREATE UNIQUE INDEX "User_id_key" ON "User" ("id");
-- CreateIndex
CREATE UNIQUE INDEX "GuildMember_userId_guildId_key" ON "GuildMember" ("userId", "guildId");

View file

@ -24,4 +24,3 @@ CREATE UNIQUE INDEX "GuildMember_userId_guildId_key" ON "GuildMember" ("userId",
PRAGMA foreign_key_check;
PRAGMA foreign_keys = ON;

View file

@ -69,4 +69,3 @@ PRAGMA foreign_keys = ON;
-- CreateIndex
CREATE UNIQUE INDEX "GuildCounter_guildId_channelId_key" ON "GuildCounter" ("guildId", "channelId");

View file

@ -33,4 +33,3 @@ CREATE UNIQUE INDEX "GuildCounter_guildId_channelId_key" ON "GuildCounter" ("gui
PRAGMA foreign_key_check;
PRAGMA foreign_keys = ON;

View file

@ -41,4 +41,3 @@ CREATE UNIQUE INDEX "Guild_id_key" ON "Guild" ("id");
PRAGMA foreign_key_check;
PRAGMA foreign_keys = ON;

View file

@ -43,4 +43,3 @@ CREATE UNIQUE INDEX "Guild_id_key" ON "Guild" ("id");
PRAGMA foreign_key_check;
PRAGMA foreign_keys = ON;

View file

@ -28,4 +28,3 @@ CREATE UNIQUE INDEX "GuildMember_userId_guildId_key" ON "GuildMember" ("userId",
PRAGMA foreign_key_check;
PRAGMA foreign_keys = ON;

View file

@ -11,4 +11,3 @@ CREATE TABLE "Cooldown" (
-- CreateIndex
CREATE UNIQUE INDEX "Cooldown_guildId_userId_timeoutId_key" ON "Cooldown" ("guildId", "userId", "timeoutId");

View file

@ -153,4 +153,3 @@ CREATE UNIQUE INDEX "GuildMember_userId_guildId_key" ON "GuildMember" ("userId",
PRAGMA foreign_key_check;
PRAGMA foreign_keys = ON;

View file

@ -53,4 +53,3 @@ CREATE UNIQUE INDEX "Guild_id_key" ON "Guild" ("id");
PRAGMA foreign_key_check;
PRAGMA foreign_keys = ON;

View file

@ -10,4 +10,3 @@ ALTER TABLE "Guild"
ALTER TABLE "Guild"
ADD COLUMN "apiCpggUrlIv" TEXT;

View file

@ -32,4 +32,3 @@ CREATE UNIQUE INDEX "Cooldown_guildId_userId_timeoutId_key" ON "Cooldown" ("guil
PRAGMA foreign_key_check;
PRAGMA foreign_keys = ON;

View file

@ -38,4 +38,3 @@ CREATE UNIQUE INDEX "Cooldown_guildId_userId_timeoutId_key" ON "Cooldown" ("guil
PRAGMA foreign_key_check;
PRAGMA foreign_keys = ON;

View file

@ -68,4 +68,3 @@ CREATE UNIQUE INDEX "Guild_id_key" ON "Guild" ("id");
PRAGMA foreign_key_check;
PRAGMA foreign_keys = ON;

View file

@ -72,4 +72,3 @@ CREATE UNIQUE INDEX "Guild_id_key" ON "Guild" ("id");
PRAGMA foreign_key_check;
PRAGMA foreign_keys = ON;

View file

@ -77,4 +77,3 @@ CREATE UNIQUE INDEX "Guild_id_key" ON "Guild" ("id");
PRAGMA foreign_key_check;
PRAGMA foreign_keys = ON;

View file

@ -87,4 +87,3 @@ CREATE UNIQUE INDEX "Guild_id_key" ON "Guild" ("id");
PRAGMA foreign_key_check;
PRAGMA foreign_keys = ON;

View file

@ -89,4 +89,3 @@ CREATE UNIQUE INDEX "Guild_id_key" ON "Guild" ("id");
PRAGMA foreign_key_check;
PRAGMA foreign_keys = ON;

View file

@ -15,4 +15,3 @@ CREATE TABLE "GuildShopRoles" (
-- CreateIndex
CREATE UNIQUE INDEX "GuildShopRoles_guildId_channelId_key" ON "GuildShopRoles" ("guildId", "channelId");

View file

@ -40,4 +40,3 @@ CREATE UNIQUE INDEX "GuildShopRoles_guildId_userId_roleId_key" ON "GuildShopRole
PRAGMA foreign_key_check;
PRAGMA foreign_keys = ON;

View file

@ -37,4 +37,3 @@ CREATE UNIQUE INDEX "GuildShopRoles_guildId_userId_roleId_key" ON "GuildShopRole
PRAGMA foreign_key_check;
PRAGMA foreign_keys = ON;

View file

@ -37,4 +37,3 @@ CREATE UNIQUE INDEX "GuildShopRoles_guildId_userId_roleId_key" ON "GuildShopRole
PRAGMA foreign_key_check;
PRAGMA foreign_keys = ON;

View file

@ -242,4 +242,3 @@ CREATE UNIQUE INDEX "User_id_key" ON "User" ("id");
PRAGMA foreign_key_check;
PRAGMA foreign_keys = ON;

View file

@ -242,4 +242,3 @@ CREATE UNIQUE INDEX "Cooldown_guildId_userId_timeoutId_key" ON "Cooldown" ("guil
PRAGMA foreign_key_check;
PRAGMA foreign_keys = ON;

View file

@ -1,3 +1,3 @@
# Please do not edit this file manually
# It should be added in your version-control system (i.e. Git)
provider = "sqlite"
provider = "sqlite"

View file

@ -1,3 +1,3 @@
import { PrismaClient } from '@prisma/client'
export default new PrismaClient()
export default new PrismaClient()