]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/postgresql/postgresql_store.h
Merge branch 'master' into full-month-stats
[stg.git] / projects / stargazer / plugins / store / postgresql / postgresql_store.h
index a30d3852d97a95ae6ab0078f0c2f2b22ec5fd992..654de1467674cb79c352e0b2901d094a33d3b31e 100644 (file)
@@ -38,9 +38,9 @@
 #include "stg/store.h"
 #include "stg/logger.h"
 
-// Minimal DB version is 5
-// Recommended DB version is 6 (support FreeMb logging on disconnects)
-#define DB_MIN_VERSION 5
+// Minimal DB version is 7
+// Recommended DB version is 7 (support full month stats)
+#define DB_MIN_VERSION 7
 
 extern "C" STORE * GetStore();