update: bump migrations and update params.

This commit is contained in:
Darshan 2025-04-09 18:24:59 +05:30
parent 624538fcaf
commit a53eb6c750
2 changed files with 4 additions and 3 deletions

4
composer.lock generated
View file

@ -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",

View file

@ -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'),
};