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
I have a database table that definitely exists in the postgres db, but i get this error: