Internal version number to 913 to activate UID indexing at all sites
authorArt Cancro <ajc@citadel.org>
Mon, 6 Nov 2017 02:01:43 +0000 (21:01 -0500)
committerArt Cancro <ajc@citadel.org>
Mon, 6 Nov 2017 02:01:43 +0000 (21:01 -0500)
citadel/citadel.h
citadel/modules/upgrade/serv_upgrade.c

index 811d0f1951f7935cc50512ca1cba4354041df3b2..4c6775d8f0d6ce63d2460749a0e9d83198554f75 100644 (file)
@@ -45,7 +45,7 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      912             // This version
+#define REV_LEVEL      913             // This version
 #define REV_MIN                591             // Oldest compatible database
 #define EXPORT_REV_MIN 760             // Oldest compatible export files
 #define LIBCITADEL_MIN 903             // Minimum required version of libcitadel
index 365147e582d48fa619ed2cf93a1ebd622e2f7b00..12261deb35c7c9271cd24b96db4b2135959a88d1 100644 (file)
@@ -526,11 +526,6 @@ void check_server_upgrades(void) {
 
        syslog(LOG_INFO, "Existing database version on disk is %d", CtdlGetConfigInt("MM_hosted_upgrade_level"));
 
-
-
-       reindex_uids(); // FIXME FIXME FIXME remove this line after testing
-
-
        if (CtdlGetConfigInt("MM_hosted_upgrade_level") < REV_LEVEL) {
                syslog(LOG_WARNING, "Server hosted updates need to be processed at this time.  Please wait...");
        }