Implement migrations; fix #153

This commit is contained in:
Fabio Bas 2015-05-31 17:36:15 +02:00
parent 2de99475b0
commit 135205d368
4 changed files with 45 additions and 0 deletions

View file

@ -9,6 +9,8 @@
#include "server.h"
#include "server_database_interface.h"
#define DATABASE_SCHEMA_VERSION 1
class Servatrice;
class Servatrice_DatabaseInterface : public Server_DatabaseInterface {