#533 - DDL - Invalid foreign key constraint name for @ManyToMany when using explicit schema in @Table - Temp testing removed

This commit is contained in:
Robin Bygrave
2016-01-19 10:01:04 +13:00
parent 77bcb4aef9
commit d33afd85de
7 changed files with 9 additions and 11 deletions
@@ -8,7 +8,7 @@ import javax.persistence.Table;
import java.util.List;
@Entity
@Table(name = "mrole", schema = "mys")
@Table(name = "mrole")
public class MRole {
@Id