Skip to content

Commit e8e8c6f

Browse files
committed
drop user count
1 parent 6c30763 commit e8e8c6f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • apps/backend/prisma/migrations/20250718232921_drop_user_count
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
Warnings:
3+
4+
- You are about to drop the column `userCount` on the `Project` table. All the data in the column will be lost.
5+
6+
*/
7+
-- AlterTable
8+
ALTER TABLE "Project" DROP COLUMN "userCount";

0 commit comments

Comments
 (0)