mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
Fixed wrong date format on client/server databases;
This commit is contained in:
parent
89f8d57935
commit
d76c764d64
3 changed files with 5 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ public class ExpansionInfo {
|
|||
protected String code;
|
||||
@DatabaseField
|
||||
protected String blockName;
|
||||
@DatabaseField
|
||||
@DatabaseField(dataType = DataType.DATE_STRING, format = "yyyy-MM-dd HH:mm:ss")
|
||||
protected Date releaseDate;
|
||||
@DatabaseField(dataType = DataType.ENUM_STRING)
|
||||
protected SetType type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue