]> 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 72a2c22c01c951fbd7bed410f12189036456776b..4585bbdf30146adba3247cc778f6c7a375d44501 100644 (file)
@@ -37,9 +37,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
 
 class POSTGRESQL_STORE : public STORE {
 public: