1
0
Fork 0
mirror of synced 2024-08-05 13:21:26 +12:00

Commenting why it does stuff.

This commit is contained in:
mike12345567 2024-06-07 17:26:45 +01:00
parent f76eb1b220
commit 14266be4e4

View file

@ -1280,6 +1280,8 @@ describe("postgres integrations", () => {
expect(
nullableTable?.schema["order_number"].constraints?.presence
).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(
rawDatasource,
`ALTER TABLE nullableTable