Skip to content

Commit

Permalink
Added etl_tstamp to atomic.events (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblundun committed Jun 17, 2014
1 parent 350a380 commit fa9c80f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 4-storage/redshift-storage/sql/atomic-def.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ CREATE TABLE atomic.events (
app_id varchar(255) encode text255,
platform varchar(255) encode text255,
-- Date/time
etl_tstamp timestamp not null, -- Added in 0.5.0
collector_tstamp timestamp not null,
dvce_tstamp timestamp,
-- Event
Expand Down

0 comments on commit fa9c80f

Please sign in to comment.