Skip to content

Commit

Permalink
RANGER-4775 : Ranger Kms is failing with oracle23 Database
Browse files Browse the repository at this point in the history
  • Loading branch information
dhavalshah9131 committed Jun 20, 2024
1 parent 626deed commit 90c8ebb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Lob;
import javax.persistence.SequenceGenerator;
import javax.persistence.Table;

Expand Down Expand Up @@ -70,7 +69,6 @@ public void setCreatedDate(Long createdDate) {
this.createdDate = createdDate;
}

@Lob
@Column(name="kms_encoded")
protected String encoded;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Lob;
import javax.persistence.SequenceGenerator;
import javax.persistence.Table;

Expand Down Expand Up @@ -68,7 +67,6 @@ public void setBitLength(int bitLength) {
this.bitLength = bitLength;
}

@Lob
@Column(name="masterkey")
protected String masterKey;

Expand Down

0 comments on commit 90c8ebb

Please sign in to comment.