Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# About This description was generated using this script: ```sh #!/bin/bash set -e GHORG=${GHORG:-fabric8-services} GHREPO=${GHREPO:-fabric8-wit} cat <<EOF # About This description was generated using this script: \`\`\`sh `cat $0` \`\`\` Invoked as: `echo GHORG=${GHORG} GHREPO=${GHREPO} $(basename $0) ${@:1}` # Changes EOF git log \ --pretty="%n**Commit:** https://github.com/${GHORG}/${GHREPO}/commit/%H%n**Author:** %an (%ae)%n**Date:** %aI%n%n%s%n%n%b%n%n----%n" \ --reverse ${@:1} \ | sed -E "s/([\s|\(| ])#([0-9]+)/\1${GHORG}\/${GHREPO}#\2/g" ``` Invoked as: GHORG=fabric8-services GHREPO=fabric8-wit git-log-pr.sh 1371e8243fb9f68775a50a8eca738193db706164..87bf305c5d73a9cf4df5f37172aaf19d9e7034ea # Changes **Commit:** fabric8-services/fabric8-wit@87bf305 **Author:** Konrad Kleine ([email protected]) **Date:** 2018-10-10T13:12:53+02:00 Update 105-update-root-area-and-iteration-path-field.sql (fabric8-services/fabric8-wit#2313) Based on [this discussion](https://chat.openshift.io/developers/pl/6m4cojtiotdoueqot8uww5ybpe) we first remove the unique name index on the `iterations` and `areas` table before we modify the data. In a previous attempt (fabric8-services/fabric8-wit#2312) I haven't moved the removal of the index enough up. This should fix the migration issue that was visible here: #1082 ----
- Loading branch information