mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Fix repository struct defaults for varchar | text
This commit is contained in:
@@ -27,13 +27,13 @@
|
||||
class InstanceListRepository {
|
||||
public:
|
||||
struct InstanceList {
|
||||
int id;
|
||||
int zone;
|
||||
int version;
|
||||
int is_global;
|
||||
int start_time;
|
||||
int duration;
|
||||
int never_expires;
|
||||
int id;
|
||||
int zone;
|
||||
int8 version;
|
||||
int8 is_global;
|
||||
int start_time;
|
||||
int duration;
|
||||
int8 never_expires;
|
||||
};
|
||||
|
||||
static std::string PrimaryKey()
|
||||
|
||||
Reference in New Issue
Block a user