Warning in make migrate target

This commit is contained in:
Imbus 2024-03-08 07:34:26 +01:00
parent f5d5eee267
commit a77b388f8e

View file

@ -43,6 +43,7 @@ update:
# Migration target
migrate:
@echo "If this ever fails, run make clean and try again"
@echo "Migrating database $(DB_FILE) using SQL scripts in $(MIGRATIONS_DIR)"
@for file in $(wildcard $(MIGRATIONS_DIR)/*.sql); do \
echo "Applying migration: $$file"; \