summaryrefslogtreecommitdiff
path: root/schema/versions/mysql/124.sql
AgeCommit message (Collapse)Author
2014-04-06Fix mysql update 124 data type for resetpass_tokenAnders Larsson
Currently mysql schema update 124 sets resetpass_token type to boolean instead of VARCHAR(250). This prevents reset password functionality from working correctly.
2014-03-09schema: add resetpass_token (bump schema)Andrew Dolgov