Added SCHEMA_VERSION.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@423 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -56,6 +56,9 @@ public class PercentileRecord extends PersistentRecord
|
|||||||
new ColumnExp(PercentileRecord.class, DATA);
|
new ColumnExp(PercentileRecord.class, DATA);
|
||||||
// AUTO-GENERATED: FIELDS END
|
// AUTO-GENERATED: FIELDS END
|
||||||
|
|
||||||
|
/** Increment this value to reflect changes to this object's schema. */
|
||||||
|
public static final int SCHEMA_VERSION = 1;
|
||||||
|
|
||||||
/** The id of the game for which we're tracking a percentile distribution. */
|
/** The id of the game for which we're tracking a percentile distribution. */
|
||||||
@Id
|
@Id
|
||||||
public int gameId;
|
public int gameId;
|
||||||
|
|||||||
Reference in New Issue
Block a user