#528 record egress untagged vlans in device_port_vlan table

This commit is contained in:
Oliver Gorwits
2019-04-01 14:38:27 +01:00
parent 8c974fd256
commit a6e7943c03
4 changed files with 63 additions and 35 deletions

View File

@@ -18,6 +18,8 @@ __PACKAGE__->add_columns(
{ data_type => "integer", is_nullable => 0 },
"native",
{ data_type => "boolean", default_value => \"false", is_nullable => 0 },
"egress_tag",
{ data_type => "boolean", default_value => \"true", is_nullable => 0 },
"creation",
{
data_type => "timestamp",