Fix IPv4-only remnant.

This commit is contained in:
Aaron van Geffen 2016-10-16 23:00:33 +02:00
parent b66088319b
commit 6c0f6b06e6
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class Member extends User
'emailaddress' => 'string-255',
'password_hash' => 'string-255',
'creation_time' => 'int',
'ip_address' => 'string-15',
'ip_address' => 'string-45',
'is_admin' => 'int',
], $new_user, ['id_user']);