implemented anonymous user authentification with browser identification number from cookies
This commit is contained in:
@@ -19,7 +19,7 @@ CREATE INDEX idx_votes_browser ON votes(browser_id);
|
||||
|
||||
-- Drops old Constraint voter_name based
|
||||
ALTER TABLE votes
|
||||
DROP CONSTRAINT IF EXISTS votes_contribution_id_voter_name_key;
|
||||
DROP CONSTRAINT IF EXISTS votes_unique_per_voter;
|
||||
|
||||
-- Creates new Constraint browser_id based
|
||||
ALTER TABLE votes
|
||||
|
||||
Reference in New Issue
Block a user