Migration 8e3417e3713b_back_fill_the_token_user_id_column.py
fails with AttributeError: 'Token' object has no attribute 'userid'. Did you mean: 'user_id'
#8541
Labels
We have faced an issue in a dev environment which was several migrations behind. When trying to run the migrations via
make db
, we found that one failed, because it was depending on a model that changed since the migration was created.This is the error it produced:
Let's update this migration to make sure it does not use business domain code.
The text was updated successfully, but these errors were encountered: