remove index

This commit is contained in:
Athou
2013-04-06 08:14:40 +02:00
parent 05e61364f7
commit dafa3d1396

View File

@@ -21,7 +21,7 @@ public class User extends AbstractModel {
@Index(name = "username_index")
private String name;
@Column(length = 256, unique = true)
@Column(length = 256)
private String email;
@Column(length = 256, nullable = false)