Skip to content

[BUG] is_anime column operations with Postgres is attempting to use integers for the boolean value and this fails with Postgres DBs #243

@OtherStep

Description

@OtherStep

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:

  1. Start docker container with connection to Postgres database
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions