Skip to content

Commit b2a27d4

Browse files
Rename createCsvMigration to createCSVImport
1 parent e863ba4 commit b2a27d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/routes/(console)/project-[region]-[project]/databases/database-[database]/table-[table]

src/routes/(console)/project-[region]-[project]/databases/database-[database]/table-[table]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
try {
108108
await sdk
109109
.forProject(page.params.region, page.params.project)
110-
.migrations.createCsvMigration({
110+
.migrations.createCSVImport({
111111
bucketId: file.bucketId,
112112
fileId: file.$id,
113113
resourceId: `${page.params.database}:${page.params.table}`,

0 commit comments

Comments
 (0)