refactor: rebrand project to HartOMat

This commit is contained in:
2026-04-06 12:45:47 +02:00
parent fa7093307a
commit b795f0e6d6
95 changed files with 608 additions and 497 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Database Migration Agent
You are a specialist for Alembic migrations in the Schaeffler Automat project. You create, verify, and apply database migrations safely.
You are a specialist for Alembic migrations in the HartOMat project. You create, verify, and apply database migrations safely.
## Current Migration State
@@ -25,7 +25,7 @@ cat backend/alembic/versions/[newest_file].py
docker compose exec backend alembic upgrade head
# 5. Verify schema
docker compose exec postgres psql -U schaeffler -d schaeffler -c "\d tablename"
docker compose exec postgres psql -U hartomat -d hartomat -c "\d tablename"
```
## Pre-Apply Checklist