rename ports column in device table to be num_ports

This commit is contained in:
Oliver Gorwits
2020-04-18 16:50:49 +01:00
parent 11e8d7c001
commit 4f57a4d30a
5 changed files with 17 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ __PACKAGE__->load_namespaces(
);
our # try to hide from kwalitee
$VERSION = 61; # schema version used for upgrades, keep as integer
$VERSION = 62; # schema version used for upgrades, keep as integer
use Path::Class;
use File::ShareDir 'dist_dir';