Skip to content

Commit

Permalink
Postgres: added true_tstamp to atomic.events (closes #1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblundun committed Sep 25, 2015
1 parent 88cb8ef commit 5bedc44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 4-storage/postgres-storage/sql/atomic-def.sql
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@ CREATE TABLE "atomic"."events" (
"event_format" varchar(128),
"event_version" varchar(128),
-- Event fingerprint
"event_fingerprint" varchar(128)
"event_fingerprint" varchar(128),
-- True timestamp
"true_tstamp" timestamp
)
WITH (OIDS=FALSE)
;

0 comments on commit 5bedc44

Please sign in to comment.