Skip to content

Error when migrating models with inherited fields #23

@MaiteRosalie

Description

@MaiteRosalie
  • 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
...

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