Updated cockatrice_warnings table to use id column as primary key

This commit is contained in:
woogerboy21 2015-09-23 19:17:41 -04:00
parent d55e44ea60
commit b65882f7ce
4 changed files with 12 additions and 6 deletions

View file

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