Skip to content
Snippets Groups Projects
Commit a8794c23 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

readd dropped key

parent a7388eee
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ CREATE TABLE tokens ( ...@@ -7,6 +7,7 @@ CREATE TABLE tokens (
expiration_date datetime DEFAULT NULL, expiration_date datetime DEFAULT NULL,
PRIMARY KEY (id), PRIMARY KEY (id),
KEY token (token), KEY token (token),
KEY email_entity (email_address,entityid)
) ENGINE=MyISAM DEFAULT CHARSET=utf8; ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
CREATE TABLE entities ( CREATE TABLE entities (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment