feat: add team_lead role to user management and update related functionalities

This commit is contained in:
2025-11-14 08:08:01 +01:00
parent eec0c0a281
commit 23b3c0e9e8
8 changed files with 123 additions and 5 deletions

View File

@@ -22,7 +22,10 @@ docker-compose up
docker-compose -f docker-compose.prod.yml up --build
```
**Note**: Both development and production Docker builds automatically create the default admin account.
**Note**: Both development and production Docker builds automatically:
- Create the default admin account
- Run any pending database migrations
- Initialize/update the database schema
### 2. Deploy from Git Repository