Skip to content

Commit

Permalink
Redshift: renamed dvce_tstamp to dvce_created_tstamp (closes #1993)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblundun committed Sep 25, 2015
1 parent 3fb58b5 commit 011e831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4-storage/redshift-storage/sql/atomic-def.sql
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CREATE TABLE atomic.events (
-- Date/time
etl_tstamp timestamp,
collector_tstamp timestamp not null,
dvce_tstamp timestamp,
dvce_created_tstamp timestamp,
-- Event
event varchar(128) encode text255,
event_id char(36) not null unique,
Expand Down

0 comments on commit 011e831

Please sign in to comment.