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:
Michael Bayne
2007-09-10 23:17:19 +00:00
parent 5dd8695a9a
commit 15dd17a308
@@ -56,6 +56,9 @@ public class PercentileRecord extends PersistentRecord
new ColumnExp(PercentileRecord.class, DATA);
// 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. */
@Id
public int gameId;