From 3c8a66dbcf1ab7e691f2200b9ab3bfc72a0322ea Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Fri, 4 Oct 2013 20:28:27 +0200 Subject: [PATCH] MT#3977 Fix wrong relationship name. It's autoprov_* instead of autoconf_*. --- lib/NGCP/Schema/Result/autoprov_field_device_lines.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/NGCP/Schema/Result/autoprov_field_device_lines.pm b/lib/NGCP/Schema/Result/autoprov_field_device_lines.pm index 62778eb2..17e029fe 100644 --- a/lib/NGCP/Schema/Result/autoprov_field_device_lines.pm +++ b/lib/NGCP/Schema/Result/autoprov_field_device_lines.pm @@ -80,8 +80,8 @@ __PACKAGE__->belongs_to( ); __PACKAGE__->belongs_to( - "autoconf_device_line_range", - "NGCP::Schema::Result::autoconf_device_line_ranges", + "autoprov_device_line_range", + "NGCP::Schema::Result::autoprov_device_line_ranges", { id => "linerange_id" }, { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" }, );