X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2FSQL%2FupgradeSchema.sh;h=d31d6137f4aba104736b29cbc8e211eec52af4d1;hp=7ae2527ae6cc4247c17d3cc121f4e50cffc051d9;hb=6b523158496a0fb79482a7451d0afb6bae482e4e;hpb=25c0f8fb1b69e431cf7b231e2f61eb22dd940b5c diff --git a/src/core/SQL/upgradeSchema.sh b/src/core/SQL/upgradeSchema.sh index 7ae2527a..d31d6137 100755 --- a/src/core/SQL/upgradeSchema.sh +++ b/src/core/SQL/upgradeSchema.sh @@ -9,8 +9,7 @@ # whatever the current latest version is (e.g. 21 -> 22). # # NOTE: If you upgrade the database schema version, you must add upgrade -# scripts and modify the existing setup queries, then regenerate sql.qrc with -# 'updateSQLResource'. See 'README.md' for details. +# scripts and modify the existing setup queries. See 'README.md' for details. TARGET_DIR="$1" # If not specified, assume current directory