mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
* Rasing db rule field size to 700 to handle cards with longer rule text.
This commit is contained in:
parent
610b12bcb2
commit
0ce2348e33
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue