]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/firebird/firebird_store.h
Merge branch 'new-daily-fee'
[stg.git] / projects / stargazer / plugins / store / firebird / firebird_store.h
index 638067f2011516f1228af789cb3769f0757d4278..688f0e88651da56258aad827b29d4ff92a21c6d7 100644 (file)
@@ -125,9 +125,11 @@ private:
     mutable pthread_mutex_t mutex;
     IBPP::TIL til;
     IBPP::TLR tlr;
+    int schemaVersion;
     PLUGIN_LOGGER logger;
 
     int SaveStat(const USER_STAT & stat, const std::string & login, int year = 0, int month = 0) const;
+    int CheckVersion();
 };
 
 time_t ts2time_t(const IBPP::Timestamp & ts);