
Renamed 'pool_metadata' to 'extra_data' in Pool model, schema, and migrations to avoid conflicts with SQLAlchemy's reserved 'metadata' attribute name. Generated with BackendIM... (backend.im)
Generic single-database configuration with Alembic. This directory contains database migrations for the Solana Arbitrage Analytics Backend. To apply migrations: ``` alembic upgrade head ``` To create a new migration: ``` alembic revision -m "description of changes" ```