Skip to content

Conversation

dfabulich
Copy link

I found a bug in iftechfoundation#1199.

The reviews section is busted, and there's an error on the Docker log:

Unknown column 'lastReviewDate' in 'SELECT'

This is happening because sandboxed users don't use gameRatingsSandbox0_mv or its underlying view gameRatingsSandbox0. They use the gameRatingsSandbox01 view, which incorporates reviews and other content from sandboxed users.

In this PR, I've copied and pasted the changes to gameRatingsSandbox0 into gameRatingsSandbox01. This fixes the bug.

@alice-blue alice-blue merged commit 299d173 into alice-blue:filter-games-version-3 Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants