Skip to content

Commit

Permalink
Redshift: added event_fingerprint to atomic.events (closes #1971)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblundun committed Sep 25, 2015
1 parent 3a2e8bf commit a51319c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 4-storage/redshift-storage/sql/atomic-def.sql
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ CREATE TABLE atomic.events (
event_format varchar(128) encode lzo,
event_version varchar(128) encode lzo,

-- Event fingerprint
event_fingerprint varchar(128) encode lzo,

CONSTRAINT event_id_070_pk PRIMARY KEY(event_id)
)
DISTSTYLE KEY
Expand Down

0 comments on commit a51319c

Please sign in to comment.