mirror of https://github.com/apache/cloudstack.git
removed unused fields from networkVO
This commit is contained in:
parent
6d5c27c1e3
commit
88cdd9f2cf
|
|
@ -143,14 +143,6 @@ public class NetworkVO implements Network, Identity {
|
|||
|
||||
@Column(name="is_default")
|
||||
boolean isDefault;
|
||||
|
||||
@Column(name="is_security_group_enabled")
|
||||
boolean securityGroupEnabled;
|
||||
|
||||
@ElementCollection(targetClass = String.class, fetch=FetchType.EAGER)
|
||||
@Column(name="tag")
|
||||
@CollectionTable(name="network_tags", joinColumns=@JoinColumn(name="network_id"))
|
||||
List<String> tags;
|
||||
|
||||
@Column(name="uuid")
|
||||
String uuid;
|
||||
|
|
|
|||
Loading…
Reference in New Issue