django-getpaid / django-plans

Django application for managing account plans and quotas
MIT License
509 stars 127 forks source link

Problem with Migrations #164

Open bezkos opened 2 years ago

bezkos commented 2 years ago

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.

paulocoutinhox commented 1 month ago

Can you submit a PR? Thanks.