Open
Description
i want like this but not work
fix:
@echo "Fixing migration to version $(VERSION)..."
@if [ -z "$(VERSION)" ]; then \
echo "Error: VERSION is not specified. Use 'make fix VERSION=your_version'"; \
exit 1; \
fi
migrate -path $(DB_PATH) -database "$(DB_URL)" -verbose -table your_custom_migrations_table force $(VERSION)
Metadata
Metadata
Assignees
Labels
No labels
Activity