-
Notifications
You must be signed in to change notification settings - Fork 1
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
refactor: use postgres #96
Conversation
uow, well done! Don't forget to update the Do the same data.sql file works without changes? |
No, booleans in MySQL are represented using 1 and 0. In postgres, they take the values TRUE and FALSE. Unfortunately, I'm not sure I have the availability to change the scraper on my own to apply these changes. It's something for the @NIAEFEUP/tts team, I think. |
This is because in the auto generated schema, the primary key of There other 2 tables with that same error. I fixed it and pushed. I've tested locally and even with the frontend (although I needed to change the frontend year to 2024 but that is expected and good behaviour) and it was working correctly, even with the mysql dump! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
Changes the RDBMS to be PostgreSQL. Needed for niployments.