mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Changed IP length
This commit is contained in:
@@ -446,7 +446,7 @@ $collections = [
|
||||
'$id' => 'ip',
|
||||
'type' => Database::VAR_STRING,
|
||||
'format' => '',
|
||||
'size' => 15,
|
||||
'size' => 45, // https://stackoverflow.com/a/166157/2299554
|
||||
'signed' => true,
|
||||
'required' => false,
|
||||
'default' => null,
|
||||
|
||||
Reference in New Issue
Block a user