X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2FSQL%2FupgradeSchema.sh;h=2111d3d95992bd47c02ed9eb8824341815274518;hb=0674fae039bbc79bfe3f7e42b12ec9015b9b879b;hp=7ae2527ae6cc4247c17d3cc121f4e50cffc051d9;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003;p=quassel.git diff --git a/src/core/SQL/upgradeSchema.sh b/src/core/SQL/upgradeSchema.sh index 7ae2527a..2111d3d9 100755 --- a/src/core/SQL/upgradeSchema.sh +++ b/src/core/SQL/upgradeSchema.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2005-2019 by the Quassel Project - devel@quassel-irc.org +# Copyright (C) 2005-2020 by the Quassel Project - devel@quassel-irc.org # Licensed under GNU General Public License version 2, or (at your option) # version 3. # @@ -9,8 +9,7 @@ # whatever the current latest version is (e.g. 21 -> 22). # # NOTE: If you upgrade the database schema version, you must add upgrade -# scripts and modify the existing setup queries, then regenerate sql.qrc with -# 'updateSQLResource'. See 'README.md' for details. +# scripts and modify the existing setup queries. See 'README.md' for details. TARGET_DIR="$1" # If not specified, assume current directory