X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2FSQL%2FupgradeSchema.sh;h=0b37a2dacc48797f52500559bcce7fda44ff5229;hb=f932e5c8a0ec3ff689686a71c32ee61a428c4340;hp=57792e02659d00b6fb401e7f5697c593e0e15e80;hpb=3cf5c49e7753be48a994917fe898730add4292b1;p=quassel.git diff --git a/src/core/SQL/upgradeSchema.sh b/src/core/SQL/upgradeSchema.sh index 57792e02..0b37a2da 100755 --- a/src/core/SQL/upgradeSchema.sh +++ b/src/core/SQL/upgradeSchema.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. # @@ -89,7 +89,7 @@ # # Newer clients need to detect when they're on an older core to disable the # feature. Use 'enum Feature' in 'quassel.h'. In client-side code, test with -# 'if (Client::coreFeatures() & Quassel::FeatureName) { ... }' +# 'if (Client::isCoreFeatureEnabled(Quassel::Feature::FeatureName)) { ... }' # # 9. Test everything! Upgrade, migrate, new setups, new client/old core, # old client/new core, etc.