I am having an issue when running migrate command after the last pull of the frappe framework.
This is the error I’m getting.
column "column_type" does not exist LINE 1: SELECT "column_type" FROM "information_schema"."columns" WHE... ^ HINT: Perhaps you meant to reference the column "columns.column_name".
These are the patches I have:
bench.patches.v3.deprecate_old_config
bench.patches.v3.celery_to_rq
bench.patches.v3.redis_bind_ip
bench.patches.v4.update_node
bench.patches.v4.update_socketio
bench.patches.v4.install_yarn #2
bench.patches.v5.fix_user_permissions
bench.patches.v5.fix_backup_cronjob
bench.patches.v5.set_live_reload_config
bench.patches.v5.update_archived_sites