Skip to content

Commit 515b9a2

Browse files
committed
engine/schema: remove @Encrypt annotation from passphrase
1 parent da58a20 commit 515b9a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

engine/schema/src/main/java/org/apache/cloudstack/secret/PassphraseVO.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ public class PassphraseVO {
4141
private Long id;
4242

4343
@Column(name = "passphrase")
44-
@Encrypt
4544
private byte[] passphrase;
4645

4746
public PassphraseVO() {

0 commit comments

Comments
 (0)