Skip to content

Commit

Permalink
Add updated_at to nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
gemcoder21 committed Sep 6, 2023
1 parent 9394503 commit 99408e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/src/migrations/2023-07-23-195320_nodes/up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ CREATE TABLE nodes (
url VARCHAR NOT NULL,
status VARCHAR NOT NULL,
priority INTEGER NOT NULL,
updated_at timestamp default current_timestamp
created_at timestamp default current_timestamp
)

0 comments on commit 99408e7

Please sign in to comment.