Skip to content

Commit

Permalink
Postgres: widened domain_userid column to hold UUID (closes #1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblundun committed Mar 2, 2015
1 parent 418e78f commit 6214fb6
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 @@ -39,7 +39,7 @@ CREATE TABLE "atomic"."events" (
"user_id" varchar(255),
"user_ipaddress" varchar(45), -- increased from 19 in 0.4.0 to support IPv6 addresses
"user_fingerprint" varchar(50),
"domain_userid" varchar(16),
"domain_userid" varchar(40), -- increased from 16 in 0.4.0 to support UUIDs
"domain_sessionidx" smallint,
"network_userid" varchar(38),
-- Location
Expand Down

0 comments on commit 6214fb6

Please sign in to comment.