#15 record device and node statistics once a day

This commit is contained in:
Oliver Gorwits
2017-06-28 12:03:52 +01:00
parent f64f69bb83
commit 47bf38568e
5 changed files with 120 additions and 2 deletions

View File

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