This commit is contained in:
Adria Navarro 2024-07-30 19:08:00 +02:00
parent a9a40516db
commit a172a44741
1 changed files with 2 additions and 9 deletions

View File

@ -1,10 +1,4 @@
import {
AutoFieldSubType,
Datasource,
FieldType,
Row,
Table,
} from "@budibase/types"
import { Datasource, FieldType, Row, Table } from "@budibase/types"
import TestConfiguration from "../../../../../tests/utilities/TestConfiguration"
import { search } from "../../../../../sdk/app/rows/search"
@ -61,8 +55,7 @@ describe.each([
schema: {
id: {
name: "id",
type: FieldType.AUTO,
subtype: AutoFieldSubType.AUTO_ID,
type: FieldType.NUMBER,
autocolumn: true,
},
name: {