Skip to content

Commit 2a14d1f

Browse files
Set new default value for timestamp
1 parent d2dd619 commit 2a14d1f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- +goose Up
2+
ALTER TABLE usersync_log_entries
3+
ALTER COLUMN created_at
4+
SET DEFAULT CLOCK_TIMESTAMP()
5+
;

0 commit comments

Comments
 (0)