mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-10 09:52:08 +00:00
fix(eventstore): new column to test clock_timestamp()
This commit is contained in:
1
cmd/setup/11.sql
Normal file
1
cmd/setup/11.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE eventstore.events ADD COLUMN created_at TIMESTAMPTZ /*NOT NULL*/ DEFAULT clock_timestamp();
|
||||
Reference in New Issue
Block a user