Update sessions table columns for consistency (#2299)

* Update sessions table columns for consistency

Fix #2276
This update changes two columns in the sessions table to match the
column declartations in the users table.

* Update servatrice.sql

Update servatrice.sql to reflect new db schema version
This commit is contained in:
woogerboy21 2016-12-08 01:43:11 -08:00 committed by ctrlaltca
parent c78eed576f
commit c9a8dafd01
3 changed files with 10 additions and 4 deletions

View file

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