Commit 53191fcb authored by Fabio Bas's avatar Fabio Bas
Browse files

Whoops: Fix db schema number

parent ce6c97bc
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include "server.h" #include "server.h"
#include "server_database_interface.h" #include "server_database_interface.h"
#define DATABASE_SCHEMA_VERSION 11 #define DATABASE_SCHEMA_VERSION 12
class Servatrice; class Servatrice;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment