Skip to content

Commit

Permalink
feat(db): add prisma migration field that adds a new updated_at field
Browse files Browse the repository at this point in the history
  • Loading branch information
PJColombo committed Jun 13, 2024
1 parent 3393953 commit f19921b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "blob_storages_state" ADD COLUMN "updated_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP;

0 comments on commit f19921b

Please sign in to comment.