Automated Action 75771a2383 Fix metadata attribute name conflict in Pool model
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)
2025-05-12 15:01:57 +00:00
..

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"
```