Closed Mythicaeda closed 2 months ago
There was a typo in migration 9 that added an fk to the parcel table instead of the workspace table.
parcel
workspace
I have confirmed that the code is now an exact match to the files updated.
Investigate how this wasn't caught by our automated dbcmp tests.
As long as checks pass, g2g.
The thing is, the checks passed initially somehow ðŸ«
Description
There was a typo in migration 9 that added an fk to the
parcel
table instead of theworkspace
table.Verification
I have confirmed that the code is now an exact match to the files updated.
Documentation
Future work
Investigate how this wasn't caught by our automated dbcmp tests.