justquick/django-activity-stream

django.db.utils.OperationalError: table actstream_action has no column named data

jz8912 opened this issue · 2 comments

django.db.utils.OperationalError: table actstream_action has no column named data

I think you need to run the migrate command properly

if you have the jsonfield setting enabled you must install the jsonfield backport app also
pip install django-activity-stream[jsonfield]