Describe the bug
[BUG] is_anime column operations with Postgres is attempting to use integers for the boolean value and this fails with Postgres DBs
To Reproduce
Steps to reproduce the behavior:
- Start docker container with connection to Postgres database
- Logs indicate add new column operation fails due to default value being and integer for a boolean column on is_anime column.
Expected behavior
Bug free Postgres DB operations.
Screenshots
N/A
Desktop (please complete the following information):
- OS: Debian
- Browser N/A
- Version Docker latest, Suggestarr: 2.3.2, Postgres: 18.3
Additional context
Add any other context about the problem here.