django-db-comments
django-db-comments copied to clipboard
Error when migrating models with inherited fields
- Django Db Comments version: 0.4.1
- Django version: 5.0.8
- Python version: 3.10.14
- Operating System: macOS
Description
I get an error when migrating inherited fields.
What I Did
command manage.py migrate
output
Operations to perform:
Apply all migrations: activity...
Running migrations:
No migrations to apply.
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/django/db/backends/utils.py", line 105, in _execute
return self.cursor.execute(sql, params)
psycopg2.errors.UndefinedColumn: column "description" of relation "documentation_term" does not exist
...