Skip to content

Database migration for new postgres instances seems broken #8

@ChristianClaassen

Description

@ChristianClaassen

Hey!

When creating a completly fresh deployment of the api relay and a postgres container, the following error occurs when trying to setup the default admin user:

Failed to create admin user error="ERROR: column "requestsThisMonth" of relation "Users" does not exist (SQLSTATE 42703)"

From what I've seen, the migration from "requests_this_month" to "requestsThisMonth" is not done for Users on postgres, although it's existing for sqlite.

Best regards,
Christian

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions