mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
5778627e41
Summary: Ref T4443. Provide more space; remove the hack-glue. Test Plan: Logged out, logged in, inspected database. Reviewers: btrahan Reviewed By: btrahan CC: aran Maniphest Tasks: T4443 Differential Revision: https://secure.phabricator.com/D8269
4 lines
142 B
SQL
4 lines
142 B
SQL
/* Extend from 32 characters to 128. */
|
|
|
|
ALTER TABLE {$NAMESPACE}_user.user
|
|
CHANGE passwordHash passwordHash VARCHAR(128) COLLATE utf8_bin;
|