From e1acb3a1ce879b98da9e623c69593c8c22eb1e01 Mon Sep 17 00:00:00 2001 From: Rene Krenn Date: Mon, 26 Apr 2021 15:26:30 +0200 Subject: [PATCH] TT#120651 susbcriber datatable performance: fix initial page load time Change-Id: Iaf0bb3b6c7ad6345fda152f1a74379711dd3e4f4 --- lib/NGCP/Schema/Result/voip_subscribers.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Schema/Result/voip_subscribers.pm b/lib/NGCP/Schema/Result/voip_subscribers.pm index 153309b6..50dbaa0f 100644 --- a/lib/NGCP/Schema/Result/voip_subscribers.pm +++ b/lib/NGCP/Schema/Result/voip_subscribers.pm @@ -78,7 +78,7 @@ __PACKAGE__->belongs_to( "domain", "NGCP::Schema::Result::domains", { id => "domain_id" }, - { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" }, + { is_deferrable => 1, join_type => "LEFT", on_delete => "CASCADE", on_update => "CASCADE" }, ); __PACKAGE__->belongs_to(