caf73e39ba
SQLAlchemy 2.0 async engines conflict with alembic's sync context manager. Instead of trying to bridge async/sync, use subprocess to run 'alembic upgrade head' directly. This is simpler and more reliable. - Remove psycopg2-binary dependency (no longer needed) - Simplify init_database to use subprocess.run() - Remove all sync engine code