-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refresh Postgres script doesnt work. #117
Comments
Hi, I'll look into it this weekend. I have not refreshed the current season yet, maybe something is broken. |
Hey, any updates? |
What tables do you not see updating? |
Oh nvm I just reread your bug report. Do you recall how you initially populated the DB? |
I have merged a fix: #118 I usually run with SQLite myself so I had not caught this one when the new season switched over. Thank you for the bug report. Please re-open if this doesn't work for you. |
With a docker postgres container, running the refresh script does not update the DB.
I have a print statement to print out the max season ID and it is showing
None
The DB is initialized and the seasons table is populated (which is where the initialized db check happens)
Im currently dropping tables and recreating the db to get the latest data which is slightly cumbersome
The text was updated successfully, but these errors were encountered: