mirror of
https://github.com/idrainformatica/PecFlow.git
synced 2026-06-16 12:45:42 +02:00
Fix Associazione ricevute
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## PecFlow – Developer Commands
|
||||
## PEChub – Developer Commands
|
||||
|
||||
.PHONY: dev down build test migrate seed lint format clean logs ps help
|
||||
|
||||
@@ -79,7 +79,7 @@ makemigration: ## Genera una nuova migrazione (usa: make makemigration MSG="des
|
||||
$(BACKEND) alembic revision --autogenerate -m "$(MSG)"
|
||||
|
||||
seed: ## Esegui seed dati di sviluppo (tenant demo + admin)
|
||||
$(COMPOSE) exec db psql -U pecflow -d pecflow -f /docker-entrypoint-initdb.d/seeds/dev_tenant.sql
|
||||
$(COMPOSE) exec db psql -U pechub -d pechub -f /docker-entrypoint-initdb.d/seeds/dev_tenant.sql
|
||||
@echo " ✅ Seed completato"
|
||||
|
||||
reset-db: ## Reset completo DB (down-v + dev + migrate + seed)
|
||||
@@ -151,7 +151,7 @@ shell-backend: ## Shell nel container backend
|
||||
$(BACKEND) bash
|
||||
|
||||
shell-db: ## psql nel container database
|
||||
$(COMPOSE) exec db psql -U pecflow -d pecflow
|
||||
$(COMPOSE) exec db psql -U pechub -d pechub
|
||||
|
||||
clean: ## Rimuovi file temporanei Python
|
||||
find . -type d -name __pycache__ -exec rm -rf {} + 2>/dev/null || true
|
||||
|
||||
Reference in New Issue
Block a user