Skip to content

postgres relation does not exist  #2086

@clayrisser

Description

@clayrisser

Description / Steps to reproduce / Feature proposal

I get an error when trying to create new instances when using a postgres database.

Current Behavior

{
  "error": {
    "message": "relation \"public.user\" does not exist",
    "name": "error",
    "statusCode": "42P01"
  }
}

Expected Behavior

{
  "id": "string",
  "username": "string",
  "password": "string"
}

This might be related to #1909

Metadata

Metadata

Assignees

No one assigned

    Labels

    RelationsModel relations (has many, etc.)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions