#499 - DDL issue for entity bean that is both @Draftable with @History - draft only columns included in history table

This commit is contained in:
Robin Bygrave
2015-12-15 15:44:22 +13:00
parent 09cd2c12e2
commit 4e665fd66f
2 changed files with 5 additions and 3 deletions
@@ -13,7 +13,7 @@ import java.sql.Timestamp;
import java.util.List;
//@History
@History
@Draftable
@Entity
public class Link extends BaseDomain {