import from google reader

This commit is contained in:
Athou
2013-04-05 16:31:42 +02:00
parent ad1e64b101
commit a1ab76d176
16 changed files with 388 additions and 1 deletions

View File

@@ -21,6 +21,10 @@ public class User extends AbstractModel {
@Index(name = "username_index")
private String name;
@Column(length = 256, unique = true)
@Index(name = "useremail_index")
private String email;
@Column(length = 256, nullable = false)
private byte[] password;