first commit
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
-- AlterEnum
|
||||
ALTER TYPE "FriendshipStatus" ADD VALUE 'rejected';
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "friendships" ADD COLUMN "rejected_at" TIMESTAMP(3),
|
||||
ADD COLUMN "remark" TEXT;
|
||||
Reference in New Issue
Block a user