Skip to content

Commit

Permalink
Postgres: renamed dvce_tstamp to dvce_created_tstamp (closes #1995)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblundun committed Aug 25, 2015
1 parent 048efc0 commit ead2b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion 4-storage/postgres-storage/sql/migrate_0.5.0_to_0.6.0.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,
-- Date/time
"event" varchar(128),
"event_id" char(36) NOT NULL,
Expand Down

0 comments on commit ead2b7a

Please sign in to comment.