feat(services): add GET /channels/[channelId]/messages

This commit is contained in:
Divlo
2021-12-29 11:44:16 +00:00
parent 567b5aa2d8
commit 7bc593093c
6 changed files with 218 additions and 2 deletions

View File

@ -0,0 +1,5 @@
-- DropIndex
DROP INDEX "OAuth_userId_key";
-- DropIndex
DROP INDEX "RefreshToken_userId_key";