* Rasing db rule field size to 700 to handle cards with longer rule text.

This commit is contained in:
LevelX2 2014-11-08 10:18:02 +01:00
parent 610b12bcb2
commit 0ce2348e33

View file

@ -54,7 +54,7 @@ import org.apache.log4j.Logger;
@DatabaseTable(tableName = "card")
public class CardInfo {
private static final int MAX_RULE_LENGTH = 500;
private static final int MAX_RULE_LENGTH = 700;
private static final String SEPARATOR = "@@@";
@DatabaseField