feat(services): add GET /guilds/[guildId]/channels
This commit is contained in:
14
prisma/migrations/20211228190900_init_3/migration.sql
Normal file
14
prisma/migrations/20211228190900_init_3/migration.sql
Normal file
@ -0,0 +1,14 @@
|
||||
-- DropIndex
|
||||
DROP INDEX "Channel_guildId_key";
|
||||
|
||||
-- DropIndex
|
||||
DROP INDEX "Member_guildId_key";
|
||||
|
||||
-- DropIndex
|
||||
DROP INDEX "Member_userId_key";
|
||||
|
||||
-- DropIndex
|
||||
DROP INDEX "Message_channelId_key";
|
||||
|
||||
-- DropIndex
|
||||
DROP INDEX "Message_memberId_key";
|
Reference in New Issue
Block a user