mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
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:
parent
c78eed576f
commit
c9a8dafd01
3 changed files with 10 additions and 4 deletions
|
|
@ -9,7 +9,7 @@
|
|||
#include "server.h"
|
||||
#include "server_database_interface.h"
|
||||
|
||||
#define DATABASE_SCHEMA_VERSION 18
|
||||
#define DATABASE_SCHEMA_VERSION 19
|
||||
|
||||
class Servatrice;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue