Repository: incubator-fineract Updated Branches: refs/heads/develop 5c9729af3 -> 2efae80c1
license for file 326 data migration Project: http://git-wip-us.apache.org/repos/asf/incubator-fineract/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-fineract/commit/2efae80c Tree: http://git-wip-us.apache.org/repos/asf/incubator-fineract/tree/2efae80c Diff: http://git-wip-us.apache.org/repos/asf/incubator-fineract/diff/2efae80c Branch: refs/heads/develop Commit: 2efae80c1ddd815f6379d5d4af40d09b8e92ff6b Parents: 5c9729a Author: nazeer1100126 <[email protected]> Authored: Fri May 5 18:28:50 2017 +0530 Committer: nazeer1100126 <[email protected]> Committed: Fri May 5 18:28:50 2017 +0530 ---------------------------------------------------------------------- ...__data_migration_for_client_tr_gl_entries.sql | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/2efae80c/fineract-provider/src/main/resources/sql/migrations/core_db/V326__data_migration_for_client_tr_gl_entries.sql ---------------------------------------------------------------------- diff --git a/fineract-provider/src/main/resources/sql/migrations/core_db/V326__data_migration_for_client_tr_gl_entries.sql b/fineract-provider/src/main/resources/sql/migrations/core_db/V326__data_migration_for_client_tr_gl_entries.sql index a665109..782432f 100644 --- a/fineract-provider/src/main/resources/sql/migrations/core_db/V326__data_migration_for_client_tr_gl_entries.sql +++ b/fineract-provider/src/main/resources/sql/migrations/core_db/V326__data_migration_for_client_tr_gl_entries.sql @@ -1 +1,20 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one +-- or more contributor license agreements. See the NOTICE file +-- distributed with this work for additional information +-- regarding copyright ownership. The ASF licenses this file +-- to you 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. +-- + UPDATE acc_gl_journal_entry g SET g.entity_type_enum = 5 WHERE g.client_transaction_id IS NOT NULL AND g.entity_type_enum = 2; \ No newline at end of file
