mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Sync with cloud
This commit is contained in:
parent
a3cb7c81a2
commit
25a13d3666
1 changed files with 3 additions and 1 deletions
|
|
@ -577,6 +577,7 @@ class V23 extends Migration
|
|||
'metadata',
|
||||
'chunksTotal',
|
||||
'chunksUploaded',
|
||||
'search'
|
||||
];
|
||||
foreach ($attributesToDelete as $attribute) {
|
||||
try {
|
||||
|
|
@ -588,7 +589,8 @@ class V23 extends Migration
|
|||
|
||||
$indexesToDelete = [
|
||||
'_key_buildId',
|
||||
'_key_size'
|
||||
'_key_size',
|
||||
'_key_search'
|
||||
];
|
||||
foreach ($indexesToDelete as $index) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue