mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
make stats table value field Bigint
This commit is contained in:
@@ -2425,7 +2425,7 @@ $collections = [
|
||||
'$id' => 'value',
|
||||
'type' => Database::VAR_INTEGER,
|
||||
'format' => '',
|
||||
'size' => 0,
|
||||
'size' => 8,
|
||||
'signed' => false,
|
||||
'required' => true,
|
||||
'default' => null,
|
||||
|
||||
Reference in New Issue
Block a user