X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2FSQL%2FupdateSQLResource.sh;fp=src%2Fcore%2FSQL%2FupdateSQLResource.sh;h=0829364c57f17e01db1d88f47f188728b4ee0275;hp=95232728ed61132522df518982d6973e8d82ed59;hb=752237a05d424c132f51a0bba76dea84e2d72b81;hpb=0d76d741f4020e4d6b1d3b32cbb69380f5917a95 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