Merge branch '77-fix-in-inheritance-type-of-conditions' into 'dev'
fix Closes #77 See merge request sa4-2020/the-sanmarinoes/backend!152
This commit is contained in:
commit
32aa0575eb
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ import lombok.EqualsAndHashCode;
|
|||
|
||||
@Data
|
||||
@Entity
|
||||
@Inheritance(strategy = InheritanceType.TABLE_PER_CLASS)
|
||||
public abstract class Condition<D> {
|
||||
|
||||
@Transient private String kind;
|
||||
|
|
Loading…
Reference in a new issue