django-getpaid/django-plans

Problem with Migrations

bezkos opened this issue · 1 comments

When u try run migrations (with existing users). they stuck at
0004_create_user_plans
with error
psycopg2.errors.UndefinedColumn: column plans_plan.updated_at does not exist

I delete 0004_create_user_plans migration and merge it with 0011_auto_20220208_1344 to fix this problem.