X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2FSQL%2FupdateSQLResource.sh;h=dce32372429f4d09f0c9a6514e963824262a5d35;hp=83a93669105e9934b2369da7043fcc9db67bab1f;hb=25c0f8fb1b69e431cf7b231e2f61eb22dd940b5c;hpb=3cf5c49e7753be48a994917fe898730add4292b1 diff --git a/src/core/SQL/updateSQLResource.sh b/src/core/SQL/updateSQLResource.sh index 83a93669..dce32372 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-2019 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