Open Will-Hoey opened 7 months ago
When running the cms4_migration command there's a which is raising the error
cms4_migration
django.db.utils.NotSupportedError: DISTINCT ON fields is not supported by this database backend
I've not tested with other database backends but this functionality is only supported by Postgres https://docs.djangoproject.com/en/5.0/ref/models/querysets/#distinct.
When running the
cms4_migration
command there's a which is raising the errorI've not tested with other database backends but this functionality is only supported by Postgres https://docs.djangoproject.com/en/5.0/ref/models/querysets/#distinct.