Rename createCsvMigration to createCSVImport

This commit is contained in:
Torsten Dittmann
2025-11-14 18:45:48 +04:00
parent e863ba4696
commit b2a27d4289
@@ -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}`,