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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: