X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2FSQL%2FupdateSQLResource.sh;h=dce32372429f4d09f0c9a6514e963824262a5d35;hp=95232728ed61132522df518982d6973e8d82ed59;hb=25c0f8fb1b69e431cf7b231e2f61eb22dd940b5c;hpb=68878dc8366f2f4a0afe132847aad9a51a80cdbf diff --git a/src/core/SQL/updateSQLResource.sh b/src/core/SQL/updateSQLResource.sh index 95232728..dce32372 100755 --- a/src/core/SQL/updateSQLResource.sh +++ b/src/core/SQL/updateSQLResource.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2005-2018 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