mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
update: bump migrations and update params.
This commit is contained in:
Generated
+2
-2
@@ -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'),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user