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 <[email protected]> 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 [email protected].
