mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Allow IPv6
Test Plan: /people/logs/ Search for `2620:0:1cfe:`. Reviewers: epriestley Reviewed By: epriestley CC: aran, jungejason Differential Revision: https://secure.phabricator.com/D2089
This commit is contained in:
parent
67e10e60f2
commit
5885764728
1 changed files with 3 additions and 0 deletions
3
resources/sql/patches/125.ipv6.sql
Normal file
3
resources/sql/patches/125.ipv6.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE `phabricator_user`.`user_log`
|
||||
-- 45 is length of "0000:0000:0000:0000:0000:0000:255.255.255.255".
|
||||
MODIFY `remoteAddr` varchar(45) COLLATE 'utf8_general_ci' NOT NULL;
|
Loading…
Reference in a new issue