Fixed wrong date format on client/server databases;

This commit is contained in:
Oleg Agafonov 2019-03-01 21:59:14 +04:00
parent 89f8d57935
commit d76c764d64
3 changed files with 5 additions and 3 deletions

View file

@ -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;