mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Implement migrations; fix #153
This commit is contained in:
parent
2de99475b0
commit
135205d368
4 changed files with 45 additions and 0 deletions
|
|
@ -9,6 +9,8 @@
|
|||
#include "server.h"
|
||||
#include "server_database_interface.h"
|
||||
|
||||
#define DATABASE_SCHEMA_VERSION 1
|
||||
|
||||
class Servatrice;
|
||||
|
||||
class Servatrice_DatabaseInterface : public Server_DatabaseInterface {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue