Skip to content

Commit

Permalink
NOJIRA
Browse files Browse the repository at this point in the history
Bug fix - bad definition kept SQL Server from starting
  • Loading branch information
chasegawa committed Mar 30, 2023
1 parent 4489333 commit 17bf81e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import javax.annotation.Nullable;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.ElementCollection;
import javax.persistence.Entity;
import javax.persistence.FetchType;
Expand Down Expand Up @@ -51,7 +50,6 @@ public class EntityDescriptor extends AbstractDescriptor implements org.opensaml

@Getter
@Setter
@Column(columnDefinition = "boolean default true") // this is true for migration reasons, but the java will default false
private boolean approved;

@OneToOne(cascade = CascadeType.ALL)
Expand Down

0 comments on commit 17bf81e

Please sign in to comment.