mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fixed tests
This commit is contained in:
@@ -941,6 +941,7 @@ App::post('/v1/database/collections/:collectionId/indexes')
|
||||
|
||||
$database
|
||||
->setParam('type', DATABASE_TYPE_CREATE_INDEX)
|
||||
->setParam('collection', $collection)
|
||||
->setParam('document', $index)
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user