test_task_crm/migrations
k1nq a97a76381f feat: add Docker support and database migrations
- Created Dockerfile for building and running the application with Uvicorn.
- Added docker-compose.yml to manage application and PostgreSQL service.
- Introduced Alembic migrations with initial schema for CRM domain objects.
- Configured async SQLAlchemy engine for migrations.
- Updated dependencies in uv.lock to include asyncpg, passlib, and pyjwt.
2025-11-22 14:51:20 +05:00
..
versions feat: add Docker support and database migrations 2025-11-22 14:51:20 +05:00
README feat: add Docker support and database migrations 2025-11-22 14:51:20 +05:00
env.py feat: add Docker support and database migrations 2025-11-22 14:51:20 +05:00
script.py.mako feat: add Docker support and database migrations 2025-11-22 14:51:20 +05:00

README

Generic Alembic environment to manage database schema migrations.