You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
i want like this but not work
The text was updated successfully, but these errors were encountered: