You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have 2 different table for availabilties: UserAvailability and CommissionableAssetAvailability. We also have 2 repositories and every request is duplicated.
We need to replace those 2 tables by a single one. Each availability must contain a userId OR an assetId
Availability
========
id
userId (nullable)
assetId (nullable)
start
end
status
createdAt
updatedAt
history
The text was updated successfully, but these errors were encountered:
We currently have 2 different table for availabilties:
UserAvailability
andCommissionableAssetAvailability
. We also have 2 repositories and every request is duplicated.We need to replace those 2 tables by a single one. Each availability must contain a
userId
OR anassetId
The text was updated successfully, but these errors were encountered: