2
0

🗃️ Remove updatedAt field from Result

This commit is contained in:
Baptiste Arnaud
2023-03-07 15:51:44 +01:00
parent b77e2c8d2c
commit 2788d58e50
6 changed files with 41 additions and 8 deletions

View File

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Result" DROP COLUMN "updatedAt";