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
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