forked from Public/pics
Fix IPv4-only remnant.
This commit is contained in:
parent
b66088319b
commit
6c0f6b06e6
@ -81,7 +81,7 @@ class Member extends User
|
|||||||
'emailaddress' => 'string-255',
|
'emailaddress' => 'string-255',
|
||||||
'password_hash' => 'string-255',
|
'password_hash' => 'string-255',
|
||||||
'creation_time' => 'int',
|
'creation_time' => 'int',
|
||||||
'ip_address' => 'string-15',
|
'ip_address' => 'string-45',
|
||||||
'is_admin' => 'int',
|
'is_admin' => 'int',
|
||||||
], $new_user, ['id_user']);
|
], $new_user, ['id_user']);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user