From e32fc9683990fddb065a057d39cab212c32210c1 Mon Sep 17 00:00:00 2001 From: Irina Peshinskaya Date: Mon, 31 Mar 2014 12:41:33 +0200 Subject: [PATCH] MT#5879 Add sign that invoices shoul/shouldn't be sent to email. --- lib/NGCP/Schema/Result/contracts.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/NGCP/Schema/Result/contracts.pm b/lib/NGCP/Schema/Result/contracts.pm index 33e95e99..06a8a9d2 100644 --- a/lib/NGCP/Schema/Result/contracts.pm +++ b/lib/NGCP/Schema/Result/contracts.pm @@ -46,6 +46,8 @@ __PACKAGE__->add_columns( }, "external_id", { data_type => "varchar", is_nullable => 1, size => 255 }, + "send_invoice", + { data_type => "tinyint", default_value => 0, is_nullable => 0 }, "modify_timestamp", { data_type => "timestamp",