MT#16985 InterceptDB points to pair instead of RO

Change-Id: I1febb3027322ab8527c5b89b169f98ade85ba293
changes/86/3886/1
Andreas Granig 10 years ago
parent 86e4967910
commit e64fd4ce9e

@ -0,0 +1,13 @@
package NGCP::InterceptSchema;
use Moose;
extends 'NGCP::Schema';
our $VERSION = '2.007';
sub connection {
my ($self) = @_;
$self->SUPER::connection($self->config->as_hash->{ngcp_intercept_connect_info});
}
no Moose;
1;

@ -1,13 +0,0 @@
package NGCP::RoSchema;
use Moose;
extends 'NGCP::Schema';
our $VERSION = '2.007';
sub connection {
my ($self) = @_;
$self->SUPER::connection($self->config->as_hash->{ngcp_ro_connect_info});
}
no Moose;
1;
Loading…
Cancel
Save