From: Maxim Mamontov Date: Sun, 2 Dec 2012 15:53:32 +0000 (+0200) Subject: Merge branch 'master' into full-month-stats X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/068f824958f4864fb9c6f03484bf470e0cb61098 Merge branch 'master' into full-month-stats --- 068f824958f4864fb9c6f03484bf470e0cb61098 diff --cc projects/stargazer/plugins/store/postgresql/postgresql_store.h index ebbbb3b8,a30d3852..654de146 --- a/projects/stargazer/plugins/store/postgresql/postgresql_store.h +++ b/projects/stargazer/plugins/store/postgresql/postgresql_store.h @@@ -36,10 -36,11 +36,11 @@@ #include #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();