Skip to content

Commit

Permalink
add dccAssets created field
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanieolaiya committed Feb 5, 2024
1 parent 19f05fe commit b7e08c3
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 "dcc_assets" ADD COLUMN "created" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP;

0 comments on commit b7e08c3

Please sign in to comment.