You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
...
The text was updated successfully, but these errors were encountered:
Description
I get an error when migrating inherited fields.
What I Did
command
manage.py migrate
output
The text was updated successfully, but these errors were encountered: