1
0
Fork 0
mirror of synced 2024-07-17 12:15:59 +12:00

fix auto columns in sample data

This commit is contained in:
Martin McKeaveney 2023-03-28 14:58:22 +01:00
parent 06794d8085
commit fa30769ddb

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