Skip to content

Commit

Permalink
Changed author name and new table name and removed old comment (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblundun committed Jun 16, 2014
1 parent 33cb8ee commit d3a0293
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 4-storage/postgres-storage/sql/migrate_0.2.0_to_0.3.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
-- Version: Ports version 0.2.0 to version 0.3.0
-- URL: -
--
-- Authors: Alex Dean
-- Authors: Fred Blundun
-- Copyright: Copyright (c) 2014 Snowplow Analytics Ltd
-- License: Apache License Version 2.0

-- Rename existing table
ALTER TABLE "atomic"."events" RENAME TO "events_01x"
ALTER TABLE "atomic"."events" RENAME TO "events_02x"

This comment has been minimized.

Copy link
@alexanderdean

alexanderdean Jun 16, 2014

Member

I think we only ever released 0.2.0, not 0.2.1+, so should be events_020


-- Create the table
CREATE TABLE "atomic"."events" (
Expand Down Expand Up @@ -161,7 +161,7 @@ INSERT INTO atomic.events
"dvce_tstamp",
"event",
-- Removed event_vendor in 0.3.0
"event_id", -- Changed from varchar(38) in 0.2.0
"event_id",
"txn_id",
"name_tracker",
"v_tracker",
Expand Down

0 comments on commit d3a0293

Please sign in to comment.