fix(eventstore): new column to test clock_timestamp()

This commit is contained in:
adlerhurst
2023-05-11 10:04:35 +02:00
parent 35a0977663
commit c6d29fc201
8 changed files with 34 additions and 3 deletions

1
cmd/setup/11.sql Normal file
View File

@@ -0,0 +1 @@
ALTER TABLE eventstore.events ADD COLUMN created_at TIMESTAMPTZ /*NOT NULL*/ DEFAULT clock_timestamp();