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

fix SQL schema

token field has been renamed in #c72f46b3
parent bcec979f
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ CREATE TABLE tokens (
creation_date datetime DEFAULT NULL,
expiration_date datetime DEFAULT NULL,
PRIMARY KEY (id),
KEY token (token),
KEY secret (secret),
KEY email_entity (email_address,entityid)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment