X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2FSQL%2FupdateSQLResource.sh;h=0829364c57f17e01db1d88f47f188728b4ee0275;hb=c1cf157116de7fc3da96203aa6f03c38c7ebb650;hp=95232728ed61132522df518982d6973e8d82ed59;hpb=68878dc8366f2f4a0afe132847aad9a51a80cdbf;p=quassel.git diff --git a/src/core/SQL/updateSQLResource.sh b/src/core/SQL/updateSQLResource.sh index 95232728..0829364c 100755 --- a/src/core/SQL/updateSQLResource.sh +++ b/src/core/SQL/updateSQLResource.sh @@ -7,9 +7,9 @@ # folder. It'll regenerate 'sql.qrc' for you. If it fails, you can manually # edit the file, too; just follow the pattern already in there. # -# NOTE: In most cases you must upgrade the database schema version to make a +# NOTE: In many cases you must upgrade the database schema version to make a # change, which includes adding upgrade scripts and modifying existing setup -# queries. See 'upgradeSchema.sh' for details. +# queries. See 'README.md' for details. set -u # Bash - fail on undefined variable