Columns can't be named 'column'. Beta users will need to reinstall

pull/14/head
Sam Bosley 11 years ago
parent 0736191635
commit 45fd4aa20e

@ -41,7 +41,7 @@ public class History extends AbstractModel {
/** Column name */
public static final StringProperty COLUMN = new StringProperty(
TABLE, "column");
TABLE, "columnString");
/** Old value */
public static final StringProperty OLD_VALUE = new StringProperty(

Loading…
Cancel
Save