django-easy-audit
django-easy-audit copied to clipboard
django.db.utils.ProgrammingError on a multi-tenant application
django.db.utils.ProgrammingError: relation "easyaudit_requestevent" does not exist
LINE 1: INSERT INTO "easyaudit_requestevent" ("url", "method", "quer...
^
I followed the instructions and am able to see the tables inside the database:
Could it be because the SQL does not include the schema name (e.g. INSERT INTO tenant1.easyaudit_requestevent)?
Hi. I'm not sure I'm particularly familiar with multi-tenant setups. That said, I don't think (at this time) that easy audit is implemented differently than any other django-app, so I wonder are you able to see a similar issue with other projects (e.g. another db-backed Django app/library)?