I also have this query, where the response should be all the storage-register items related to a single work-order model.
/storage-register?filter=order||eq||${this.orderId}
However this query is no longer working, and I'm getting this error:
QueryFailedError: column StorageRegister.orderId.id does not exist
I just migrated from @nestjsx/crud and I'm getting this issue:
I have this model
I also have this query, where the response should be all the storage-register items related to a single work-order model.
/storage-register?filter=order||eq||${this.orderId}
However this query is no longer working, and I'm getting this error:
QueryFailedError: column StorageRegister.orderId.id does not exist
These are the versions I'm using:
This code was working before, prior the migration. Thanks for your help.