device_ignore table to track devices to skip in polling

This commit is contained in:
Oliver Gorwits
2017-05-21 14:52:33 +01:00
parent 47a5f40efe
commit ed193356f8
6 changed files with 65 additions and 8 deletions

View File

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