Skip to content

Commit

Permalink
Postgres: 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 d383e2a commit 143634c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions 4-storage/postgres-storage/sql/atomic-def.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ CREATE TABLE "atomic"."events" (
"app_id" varchar(255),
"platform" varchar(255),
-- Date/time
"etl_tstamp" timestamp,
"collector_tstamp" timestamp NOT NULL,
"dvce_tstamp" timestamp,
-- Date/time
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Version 0.9.X (2014-XX-XX)
--------------------------
Redshift: bumped table-def to 0.4.0
Redshift: added etl_tstamp to atomic.events (#819)
Postgres: bumped table-def to 0.3.0
Postgres: added etl_tstamp to atomic.events (#820)

Version 0.9.5 (2014-06-XX)
--------------------------
Expand Down

0 comments on commit 143634c

Please sign in to comment.