No effective change - alter tests to run against Oracle

This commit is contained in:
Robin Bygrave
2016-03-23 10:41:42 +13:00
parent 2cb0794a01
commit ffa68f6815
2 changed files with 4 additions and 2 deletions
@@ -7,6 +7,7 @@ import com.avaje.ebean.annotation.Draftable;
import com.avaje.ebean.annotation.History;
import com.avaje.ebean.annotation.SoftDelete;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.ManyToMany;
import java.sql.Timestamp;
@@ -34,7 +35,7 @@ public class Link extends BaseDomain {
/**
* Draft reset to null on publish.
*/
@DraftReset
@DraftReset @Column(name = "link_comment")
String comment;
/**