]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Notify user if DB conversion is not needed
authorAlexander Moisseev <moiseev@mezonplus.ru>
Mon, 7 May 2018 18:42:13 +0000 (21:42 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Mon, 7 May 2018 18:42:13 +0000 (21:42 +0300)
lualib/rspamadm/configwizard.lua

index 84d7b2d641960b1178baf0fc3187905bb7a102f7..d4a32fbae7e07a37284669b5adac2fa0212fab42 100644 (file)
@@ -469,6 +469,9 @@ return ttl
       printf("You have configured new schema for %s/%s but your DB has old data",
         symbol_spam, symbol_ham)
       try_convert(false)
+    else
+      printf("You have configured new schema for %s/%s and your DB already has new layout (v. %s). DB conversion is not needed.",
+        symbol_spam, symbol_ham, ver)
     end
   end
 end