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
UndefinedColumn: column meinberlin_users_user.get_notifications does not exist
LINE 1: ...s_active", "meinberlin_users_user"."date_joined", "meinberli...
^
File "django/db/backends/utils.py", line 89, in _execute
return self.cursor.execute(sql, params)
File "psycopg/cursor.py", line 97, in execute
raise ex.with_traceback(None)
ProgrammingError: column meinberlin_users_user.get_notifications does not exist
LINE 1: ...s_active", "meinberlin_users_user"."date_joined", "meinberli...
^
(11 additional frame(s) were not displayed)
...
File "meinberlin/apps/notifications/emails.py", line 91, in get_receivers
The text was updated successfully, but these errors were encountered:
Ahh... I think I did. I changed apps/notifications/migrations/0002_add_notification_settings_per_user.py to apps/notifications/migrations/0003_add_notification_settings_per_user.py
Sentry Issue: MEINBERLIN-DESIGN-DEV-3S
The text was updated successfully, but these errors were encountered: