since it's not used in the codebase of NGCP::Schema and it has Moose
as a dependency. With this change, Moose will not be loaded as a dependency
of NGCP::Schema at all.
Change-Id: I01cb68486395e68fc1519b61ff86f5972bd283f8
this fixes the bug in certain versions, when we did
$resultset->getColumn(*)->all
which was introduced by DBIx::Class::Helper::ResultSet::RemoveColumns
this time we will not break anything again
could probably also save some ram (MT#4225)
DBIx::Class::Helpers which saves ram and prevents those unneeded
Helpers to introduce a bug in certain versions, when we did
$resultset->getColumn(*)->all