X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2FSQL%2FupgradeSchema.sh;h=22bbff5e7831f52a77082f1eaff3a4f54171fa9b;hp=57792e02659d00b6fb401e7f5697c593e0e15e80;hb=9f91e0dd3c4eb5c2e2dedfc8d36a068d433d51b1;hpb=3cf5c49e7753be48a994917fe898730add4292b1 diff --git a/src/core/SQL/upgradeSchema.sh b/src/core/SQL/upgradeSchema.sh index 57792e02..22bbff5e 100755 --- a/src/core/SQL/upgradeSchema.sh +++ b/src/core/SQL/upgradeSchema.sh @@ -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.