objectiv-analytics icon indicating copy to clipboard operation
objectiv-analytics copied to clipboard

WIP: add cookie_id to primary key, to make event_id unique per session

Open borft opened this issue 3 years ago • 0 comments

Follow-up of https://docs.google.com/document/d/1aGXpEXfaf4-oFrOgis64Zwaqt2weZrUkyybJJX0WPy8/edit

To migrate an existing db:

alter table data drop constraint data_pkey;
alter table data add primary key (event_id,cookie_id);

borft avatar Mar 25 '22 14:03 borft