From commits-return-1585-archive-asf-public=cust-asf.ponee.io@fineract.apache.org Mon Jan 22 16:43:39 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 9ABD2180676 for ; Mon, 22 Jan 2018 16:43:39 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 89828160C51; Mon, 22 Jan 2018 15:43:39 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D2667160C4C for ; Mon, 22 Jan 2018 16:43:38 +0100 (CET) Received: (qmail 76292 invoked by uid 500); 22 Jan 2018 15:43:38 -0000 Mailing-List: contact commits-help@fineract.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@fineract.apache.org Delivered-To: mailing list commits@fineract.apache.org Received: (qmail 76269 invoked by uid 99); 22 Jan 2018 15:43:37 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jan 2018 15:43:37 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 68F3082040; Mon, 22 Jan 2018 15:43:36 +0000 (UTC) Date: Mon, 22 Jan 2018 15:43:39 +0000 To: "commits@fineract.apache.org" Subject: [fineract-cn-accounting] 03/36: added TX type for cheque issuing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: myrle@apache.org In-Reply-To: <151663581632.2879.11350121205008453232@gitbox.apache.org> References: <151663581632.2879.11350121205008453232@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: fineract-cn-accounting X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Rev: ed4ee34ae707403955af17835f9455dd76185a20 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180122154336.68F3082040@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. myrle pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract-cn-accounting.git commit ed4ee34ae707403955af17835f9455dd76185a20 Author: mgeiss AuthorDate: Tue Aug 22 18:14:15 2017 +0200 added TX type for cheque issuing --- .../db/migrations/mariadb/V5__add_ichq_to_tx_types.sql | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/service/src/main/resources/db/migrations/mariadb/V5__add_ichq_to_tx_types.sql b/service/src/main/resources/db/migrations/mariadb/V5__add_ichq_to_tx_types.sql new file mode 100644 index 0000000..a83c478 --- /dev/null +++ b/service/src/main/resources/db/migrations/mariadb/V5__add_ichq_to_tx_types.sql @@ -0,0 +1,17 @@ +-- +-- Copyright 2017 The Mifos Initiative. +-- +-- Licensed under the Apache License, Version 2.0 (the "License"); +-- you may not use this file except in compliance with the License. +-- You may obtain a copy of the License at +-- +-- http://www.apache.org/licenses/LICENSE-2.0 +-- +-- Unless required by applicable law or agreed to in writing, software +-- distributed under the License is distributed on an "AS IS" BASIS, +-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +-- See the License for the specific language governing permissions and +-- limitations under the License. +-- + +INSERT INTO thoth_tx_types (identifier, a_name) VALUES ('ICHQ', 'Issued Cheques'); \ No newline at end of file -- To stop receiving notification emails like this one, please contact myrle@apache.org.