Skip to content

Commit

Permalink
set only one primary key
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Rolland committed Aug 23, 2023
1 parent 6b9393f commit 25fbcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/install/psgdpr_consent.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ CREATE TABLE IF NOT EXISTS `PREFIX_psgdpr_consent` (
error_message TEXT,
date_add DATETIME NOT NULL,
date_upd DATETIME NOT NULL,
PRIMARY KEY (id_gdpr_consent, id_module)
PRIMARY KEY (id_gdpr_consent)
) ENGINE InnoDB DEFAULT CHARSET = UTF8;

0 comments on commit 25fbcbb

Please sign in to comment.