feat: added new columns into the TeamCollections and UserCollections models

This commit is contained in:
Balu Babu
2023-11-30 13:54:32 +05:30
parent 1cc845e17d
commit 85c42da31c
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
-- AlterTable
ALTER TABLE "TeamCollection" ADD COLUMN "data" JSONB;
-- AlterTable
ALTER TABLE "UserCollection" ADD COLUMN "data" JSONB;