Commenting why it does stuff.
This commit is contained in:
parent
f76eb1b220
commit
14266be4e4
|
@ -1280,6 +1280,8 @@ describe("postgres integrations", () => {
|
||||||
expect(
|
expect(
|
||||||
nullableTable?.schema["order_number"].constraints?.presence
|
nullableTable?.schema["order_number"].constraints?.presence
|
||||||
).toEqual(true)
|
).toEqual(true)
|
||||||
|
// need to perform these calls raw to the DB so that the external state of the DB differs to what Budibase
|
||||||
|
// is aware of - therefore we can try to fetch and make sure BB updates correctly
|
||||||
await rawQuery(
|
await rawQuery(
|
||||||
rawDatasource,
|
rawDatasource,
|
||||||
`ALTER TABLE nullableTable
|
`ALTER TABLE nullableTable
|
||||||
|
|
Loading…
Reference in New Issue