Skip to content

Commit ceb5fca

Browse files
authored
chore: remove Alembic migration files (#90)
* chore: remove Alembic migration files and related configurations - Deleted Alembic migration files and configuration to streamline the project and eliminate unused components. - Updated documentation to reflect the removal of distributed operations coordination from Redis. - Removed references to Alembic in the requirements and project structure, simplifying the database management approach. * chore: change default API_WORKERS to 1
1 parent 887743d commit ceb5fca

File tree

8 files changed

+1
-542
lines changed

8 files changed

+1
-542
lines changed

.env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CODER_PORT=7080
55
APP_PORT=8000
66

77
# API Configuration
8-
API_WORKERS=4
8+
API_WORKERS=1
99
FRONTEND_URL=your_frontend_url
1010

1111
# Database Configuration

docs/context.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ The system follows a microservices architecture with the following components:
6464
3. **Redis**
6565
- Manages user sessions
6666
- Provides caching for performance
67-
- Coordinates distributed operations (like migrations)
6867

6968
4. **Keycloak**
7069
- Provides OIDC authentication

src/backend/database/alembic.ini

Lines changed: 0 additions & 123 deletions
This file was deleted.

src/backend/database/migrations/env.py

Lines changed: 0 additions & 106 deletions
This file was deleted.

src/backend/database/migrations/script.py.mako

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)