YueGuobin d75746e029
fix: Add missing updated_at column to api_keys table
BaseTable base class includes updated_at, but the initial
migration didn't create the column. Added fixup migration.
2026-06-11 23:13:50 +08:00
..

Generic single-database configuration with an async dbapi.

# Command to generate a revision
alembic upgrade head
alembic revision --autogenerate -m "add fields in table"