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
Something isn't right with this migration. Perhaps the initial job timed out-- something that can happen when a Django migration adds a not-null column that requires setting defaults on the entire table.
DuplicateColumn: column "deleted" of relation "contentcuration_user" already exists
File "django/db/backends/utils.py", line 84, in _execute
return self.cursor.execute(sql, params)
File "django_prometheus/db/common.py", line 71, in execute
return super().execute(*args, **kwargs)
ProgrammingError: column "deleted" of relation "contentcuration_user" already exists
(15 additional frame(s) were not displayed)
...
File "django/db/backends/utils.py", line 75, in _execute_with_wrappers
return executor(sql, params, many, context)
File "django/db/backends/utils.py", line 84, in _execute
return self.cursor.execute(sql, params)
File "django/db/utils.py", line 90, in __exit__
raise dj_exc_value.with_traceback(traceback) from exc_value
File "django/db/backends/utils.py", line 84, in _execute
return self.cursor.execute(sql, params)
File "django_prometheus/db/common.py", line 71, in execute
return super().execute(*args, **kwargs)
The text was updated successfully, but these errors were encountered:
Something isn't right with this migration. Perhaps the initial job timed out-- something that can happen when a Django migration adds a not-null column that requires setting defaults on the entire table.
Sentry Issue: STUDIO-FWZ
The text was updated successfully, but these errors were encountered: