X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2FSQL%2FupgradeSchema.sh;h=d4753074e6ec4b5d2d0a16a92ae0a2f5cea514f3;hb=7687144347370b830d3b8957bd223acb629fee83;hp=e67331d961806802f074a68dacab2fe0c72cd8bc;hpb=ac21cc48d22f0cf58a98b74754fa94564a8e3f45;p=quassel.git diff --git a/src/core/SQL/upgradeSchema.sh b/src/core/SQL/upgradeSchema.sh index e67331d9..d4753074 100755 --- a/src/core/SQL/upgradeSchema.sh +++ b/src/core/SQL/upgradeSchema.sh @@ -24,5 +24,3 @@ fi mkdir $NEW_VERSION git add $NEW_VERSION find $CURRENT_VERSION -depth 1 \! -name "upgrade_*" \! -name ".*" -exec git mv {} $NEW_VERSION \; -cp ${CURRENT_VERSION}/upgrade_999_version.sql $NEW_VERSION -git add ${NEW_VERSION}/upgrade_999_version.sql