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
The wrong count of ships by type is displayed on the character page https://bit.ly/2XuCiBe
Because null values of ship_type_id are not filtered with left join
If add the filter whereNotNull('ship_type_id'), there is displayed correctly. https://bit.ly/2RMorTx
The text was updated successfully, but these errors were encountered:
The wrong count of ships by type is displayed on the character page
https://bit.ly/2XuCiBe
Because null values of ship_type_id are not filtered with left join
If add the filter whereNotNull('ship_type_id'), there is displayed correctly.
https://bit.ly/2RMorTx
The text was updated successfully, but these errors were encountered: