2026.03.30 front és garázs logika
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
- **Hibás:** `cd backend && python -m app.scripts...`
|
||||
- **Helyes:** `docker compose exec roo-helper /bin/sh -c "cd /app/backend && python3 -m app.scripts.unified_db_audit"`
|
||||
|
||||
CRITICAL DATABASE SYNC RULE:
|
||||
# CRITICAL DATABASE SYNC RULE:
|
||||
NEVER use alembic upgrade head or try to resolve Alembic migration conflicts manually unless explicitly instructed. The Masterbook 2.0.1 architecture uses a custom synchronization engine.
|
||||
To apply database schema changes based on SQLAlchemy models, ALWAYS use:
|
||||
docker exec -it sf_api python -m app.scripts.sync_engine
|
||||
|
||||
Reference in New Issue
Block a user