Whoops: Fix db schema number

This commit is contained in:
Fabio Bas 2015-12-13 11:53:30 +01:00
parent ce6c97bcef
commit 53191fcb99

View file

@ -9,7 +9,7 @@
#include "server.h"
#include "server_database_interface.h"
#define DATABASE_SCHEMA_VERSION 11
#define DATABASE_SCHEMA_VERSION 12
class Servatrice;