]> git.stg.codes - stg.git/commitdiff
Merge branch 'master' into full-month-stats
authorMaxim Mamontov <faust.madf@gmail.com>
Sun, 2 Dec 2012 15:53:32 +0000 (17:53 +0200)
committerMaxim Mamontov <faust.madf@gmail.com>
Sun, 2 Dec 2012 15:53:32 +0000 (17:53 +0200)
1  2 
projects/stargazer/plugins/store/postgresql/postgresql_store.h

index ebbbb3b8f663923fe98d8d938c9a2b7d7e25eecf,a30d3852d97a95ae6ab0078f0c2f2b22ec5fd992..654de1467674cb79c352e0b2901d094a33d3b31e
  #include <map>
  
  #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();