So CODE is not in fact part of the primary key, thanks Mark.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@387 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Par Winzell
2007-07-27 18:53:24 +00:00
parent ae02a37f74
commit 8defc9da5e
@@ -70,7 +70,6 @@ public class StringCodeRecord extends PersistentRecord
@Column(name="VALUE") @Column(name="VALUE")
public String value; public String value;
@Id
@Column(name="CODE") @Column(name="CODE")
public int code; public int code;