Move schema to Innodb and add FKs

Fix #1805
This commit is contained in:
Fabio Bas 2016-02-11 20:01:05 +01:00
parent 93d4f78715
commit aac2d09f48
5 changed files with 252 additions and 149 deletions

View file

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