Skip to content

Database Table Does Not Exist #48

Description

@SAB13711

I have a database table that definitely exists in the postgres db, but i get this error:

2026-06-10 13:41:05.014 | {"sql": "SELECT * FROM gift_cards.gift_card WHERE created_by_email = %s AND is_deleted = 0 LIMIT %s OFFSET %s", "params": ["schalk@codeinfinity.co.za", 20, 0]} |  
-- | -- | --
  |   | 2026-06-10 13:41:05.014 | ^ |  
  |   | 2026-06-10 13:41:05.014 | LINE 1: SELECT * FROM gift_cards.gift_card WHERE created_by_email = ... |  
  |   | 2026-06-10 13:41:05.014 | 2026-06-10T11:41:05.014Z [ERROR  ] [4fce1b07b90404b98a2c649e0854c59b] PostgreSQL query failed: UndefinedTable: relation "gift_cards.gift_card" does not exist

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