Skip to content

Commit

Permalink
Postgres: renamed dvce_tstamp to dvce_created_tstamp (closes #1994)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblundun authored and alexanderdean committed Jan 14, 2016
1 parent 2c218d6 commit 21c71d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4-storage/postgres-storage/sql/atomic-def.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CREATE TABLE "atomic"."events" (
-- Date/time
"etl_tstamp" timestamp,
"collector_tstamp" timestamp NOT NULL,
"dvce_tstamp" timestamp,
"dvce_created_tstamp" timestamp,
-- Date/time
"event" varchar(128),
"event_id" char(36) NOT NULL,
Expand Down

0 comments on commit 21c71d1

Please sign in to comment.