mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
restore
This commit is contained in:
@@ -121,6 +121,8 @@ App::post('/v1/projects')
|
||||
if (($collection['$collection'] ?? '') !== Database::METADATA) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
$attributes = [];
|
||||
$indexes = [];
|
||||
|
||||
@@ -147,7 +149,7 @@ App::post('/v1/projects')
|
||||
'orders' => $index['orders'],
|
||||
]);
|
||||
}
|
||||
|
||||
var_dump($key);
|
||||
$dbForProject->createCollection($key, $attributes, $indexes);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user