Skip to content

Commit a8c642f

Browse files
Simplify documentation and remove legacy migration scripts
- Remove migrate_add_combined_plans.py (schema now in database.py) - Remove migrate_add_hsa_plan_type.py (schema now in database.py) - Remove app/migrations/001_add_oidc_fields.py (schema now in database.py) - Remove OIDC_IMPLEMENTATION_SUMMARY.md (development artifact) - Simplify README.md: clearer structure, links to DOCKER.md, OIDC_SETUP.md, SECURITY.md - Update OIDC_SETUP.md: remove migration step (handled automatically) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent e47e08f commit a8c642f

File tree

6 files changed

+96
-1453
lines changed

6 files changed

+96
-1453
lines changed

OIDC_IMPLEMENTATION_SUMMARY.md

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

OIDC_SETUP.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,7 @@ The HSA/FSA Tracker supports OpenID Connect (OIDC) authentication, allowing user
4343
GOOGLE_CLIENT_SECRET=your-client-secret
4444
```
4545

46-
3. **Run the database migration**:
47-
```bash
48-
python app/migrations/001_add_oidc_fields.py
49-
```
50-
51-
4. **Restart your application**:
46+
3. **Restart your application**:
5247
```bash
5348
# If using Docker
5449
docker-compose restart

0 commit comments

Comments
 (0)