Merge pull request #10141 from Budibase/fix/sample-data-auto-ids
fix auto columns in sample data
This commit is contained in:
commit
586a31e4b9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue