Skip to content

Commit 87ed88f

Browse files
committed
add description column
1 parent 9b2798c commit 87ed88f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

engine/schema/src/main/java/com/cloud/network/vpc/VpcGatewayVO.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ public class VpcGatewayVO implements VpcGateway {
4848
@Column(name = "netmask")
4949
String netmask;
5050

51+
@Column(name = "description")
52+
String description;
53+
5154
@Column(name = "vlan_tag")
5255
String broadcastUri;
5356

0 commit comments

Comments
 (0)