X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2FSQL%2FupdateSQLResource.sh;h=0829364c57f17e01db1d88f47f188728b4ee0275;hb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;hp=83a93669105e9934b2369da7043fcc9db67bab1f;hpb=3cf5c49e7753be48a994917fe898730add4292b1;p=quassel.git diff --git a/src/core/SQL/updateSQLResource.sh b/src/core/SQL/updateSQLResource.sh index 83a93669..0829364c 100755 --- a/src/core/SQL/updateSQLResource.sh +++ b/src/core/SQL/updateSQLResource.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2005-2016 by the Quassel Project - devel@quassel-irc.org +# Copyright (C) 2005-2018 by the Quassel Project - devel@quassel-irc.org # Licensed under GNU General Public License version 2, or (at your option) # version 3. # @@ -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