mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
update: bump migrations and update params.
This commit is contained in:
parent
624538fcaf
commit
a53eb6c750
2 changed files with 4 additions and 3 deletions
4
composer.lock
generated
4
composer.lock
generated
|
|
@ -3955,7 +3955,7 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/utopia-php/migration",
|
||||
"reference": "5c4e6c61c393d176348e88b65730a14b52f4ea2e"
|
||||
"reference": "b308d9183f1f8ab32e172f31744ad93db319cba9"
|
||||
},
|
||||
"require": {
|
||||
"appwrite/appwrite": "11.*",
|
||||
|
|
@ -4011,7 +4011,7 @@
|
|||
"upf",
|
||||
"utopia"
|
||||
],
|
||||
"time": "2025-04-08T08:38:41+00:00"
|
||||
"time": "2025-04-09T12:54:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "utopia-php/orchestration",
|
||||
|
|
|
|||
|
|
@ -140,7 +140,8 @@ class Migrations extends Action
|
|||
Csv::getName() => new Csv(
|
||||
$resourceId,
|
||||
$credentials['path'],
|
||||
$this->deviceForCsvImports
|
||||
$this->deviceForCsvImports,
|
||||
$this->dbForProject
|
||||
),
|
||||
default => throw new \Exception('Invalid source type'),
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue