mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix Migration Errors subQuery
This commit is contained in:
@@ -4121,7 +4121,8 @@ $projectCollections = array_merge([
|
||||
'size' => 65535,
|
||||
'signed' => true,
|
||||
'required' => false,
|
||||
'array' => true,
|
||||
'default' => '',
|
||||
'array' => false,
|
||||
'filters' => ['subQueryMigrationErrors'],
|
||||
],
|
||||
[
|
||||
@@ -4262,6 +4263,13 @@ $projectCollections = array_merge([
|
||||
],
|
||||
],
|
||||
'indexes' => [
|
||||
[
|
||||
'$id' => '_key_migrationId',
|
||||
'type' => Database::INDEX_KEY,
|
||||
'attributes' => ['migrationId'],
|
||||
'lengths' => [Database::LENGTH_KEY],
|
||||
'orders' => [Database::ORDER_ASC],
|
||||
],
|
||||
[
|
||||
'$id' => '_key_migrationInternalId',
|
||||
'type' => Database::INDEX_KEY,
|
||||
|
||||
Reference in New Issue
Block a user