Try again to drop unneeded constraint on netmap_positions

This commit is contained in:
Oliver Gorwits
2020-10-27 12:25:33 +00:00
parent facc41e310
commit 15a2b46e3a
4 changed files with 13 additions and 1 deletions

View File

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