]> git.wh0rd.org - tt-rss.git/commit
Fix mysql update 124 data type for resetpass_token
authorAnders Larsson <andla@thethundertemplars.com>
Sun, 6 Apr 2014 13:08:43 +0000 (15:08 +0200)
committerAnders Larsson <andla@thethundertemplars.com>
Sun, 6 Apr 2014 13:08:43 +0000 (15:08 +0200)
commit44a45a635143ade59f24fd5058a163e3a869af41
tree69a6b056b2162e945dabb676eb8027a45f3ee30e
parentda4f103e63006d05a09dab6ab1f3b2ab48810562
Fix mysql update 124 data type for resetpass_token

Currently mysql schema update 124 sets resetpass_token type to boolean
instead of VARCHAR(250). This prevents reset password functionality from
working correctly.
schema/versions/mysql/124.sql