mirror of https://github.com/apache/cloudstack.git
bug 11133: field size should be declared in VO object explicitly if it's greater than 255
status 11133: resolved fixed
This commit is contained in:
parent
5d66603813
commit
0c8dfb2dc3
|
|
@ -47,7 +47,7 @@ public class SSHKeyPairVO implements SSHKeyPair {
|
|||
@Column(name="fingerprint")
|
||||
private String fingerprint;
|
||||
|
||||
@Column(name="public_key")
|
||||
@Column(name="public_key", length=5120)
|
||||
private String publicKey;
|
||||
|
||||
@Transient
|
||||
|
|
|
|||
Loading…
Reference in New Issue