Skip to content

Commit

Permalink
Redshift: added comment containing table version to atomic.events (cl…
Browse files Browse the repository at this point in the history
…oses #2020)
  • Loading branch information
fblundun committed Oct 2, 2015
1 parent b7e85c9 commit da332fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 4-storage/redshift-storage/sql/atomic-def.sql
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,5 @@ CREATE TABLE atomic.events (
DISTSTYLE KEY
DISTKEY (event_id)
SORTKEY (collector_tstamp);

COMMENT ON TABLE "atomic"."events" IS '0.7.0'

0 comments on commit da332fb

Please sign in to comment.