Adding Apache License to V315 sql script
Project: http://git-wip-us.apache.org/repos/asf/incubator-fineract/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-fineract/commit/56da30c3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-fineract/tree/56da30c3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-fineract/diff/56da30c3 Branch: refs/heads/develop Commit: 56da30c3f91d2136aecd6fcca3bd578d7dd373e6 Parents: 68f013a Author: Nazeer Hussain Shaik <[email protected]> Authored: Tue Aug 2 11:52:21 2016 +0530 Committer: Nazeer Hussain Shaik <[email protected]> Committed: Tue Aug 2 11:53:23 2016 +0530 ---------------------------------------------------------------------- ...with_disbursement_date_in_m_product_loan.sql | 1 - ...with_disbursement_date_in_m_product_loan.sql | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/56da30c3/fineract-provider/src/main/resources/sql/migrations/core_db/V310__add_sync_expected_with_disbursement_date_in_m_product_loan.sql ---------------------------------------------------------------------- diff --git a/fineract-provider/src/main/resources/sql/migrations/core_db/V310__add_sync_expected_with_disbursement_date_in_m_product_loan.sql b/fineract-provider/src/main/resources/sql/migrations/core_db/V310__add_sync_expected_with_disbursement_date_in_m_product_loan.sql deleted file mode 100644 index 980d6d3..0000000 --- a/fineract-provider/src/main/resources/sql/migrations/core_db/V310__add_sync_expected_with_disbursement_date_in_m_product_loan.sql +++ /dev/null @@ -1 +0,0 @@ -ALTER TABLE `m_product_loan`ADD COLUMN `sync_expected_with_disbursement_date` TINYINT NULL DEFAULT '0' AFTER `instalment_amount_in_multiples_of`; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/56da30c3/fineract-provider/src/main/resources/sql/migrations/core_db/V315__add_sync_expected_with_disbursement_date_in_m_product_loan.sql ---------------------------------------------------------------------- diff --git a/fineract-provider/src/main/resources/sql/migrations/core_db/V315__add_sync_expected_with_disbursement_date_in_m_product_loan.sql b/fineract-provider/src/main/resources/sql/migrations/core_db/V315__add_sync_expected_with_disbursement_date_in_m_product_loan.sql new file mode 100644 index 0000000..bf403fd --- /dev/null +++ b/fineract-provider/src/main/resources/sql/migrations/core_db/V315__add_sync_expected_with_disbursement_date_in_m_product_loan.sql @@ -0,0 +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. +-- + +ALTER TABLE `m_product_loan`ADD COLUMN `sync_expected_with_disbursement_date` TINYINT NULL DEFAULT '0' AFTER `instalment_amount_in_multiples_of`; \ No newline at end of file
