Remove unused news database table

This commit is contained in:
woogerboy21 2016-07-21 10:30:38 -04:00
parent c04298fb43
commit b39a18b446
2 changed files with 2 additions and 13 deletions

View file

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