Commit c001f3e9 authored by jgomez's avatar jgomez

WeekCheduler

Correccion en modelo
parent 8b400966
......@@ -48,7 +48,7 @@ public class WeekScheduler implements Serializable {
@ManyToOne(optional = false)
@NotFound(action = NotFoundAction.IGNORE)
@JoinColumn(name = "CALE_ID", referencedColumnName = "CALE_ID", nullable = false)
@JoinColumn(name = "cale_id", referencedColumnName = "cale_id", nullable = false)
private Calendar calendar;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment