mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Rename createCsvMigration to createCSVImport
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@
|
||||
try {
|
||||
await sdk
|
||||
.forProject(page.params.region, page.params.project)
|
||||
.migrations.createCsvMigration({
|
||||
.migrations.createCSVImport({
|
||||
bucketId: file.bucketId,
|
||||
fileId: file.$id,
|
||||
resourceId: `${page.params.database}:${page.params.table}`,
|
||||
|
||||
Reference in New Issue
Block a user