Merge pull request #10141 from Budibase/fix/sample-data-auto-ids

fix auto columns in sample data
This commit is contained in:
Martin McKeaveney 2023-03-30 12:25:54 +01:00 committed by GitHub
commit 586a31e4b9
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ export function importToRows(data: any, table: any, user: any = {}) {
noAutoRelationships: true,
})
row = processed.row
table = processed.table
let fieldName: any
let schema: any