migration file change license error
Project: http://git-wip-us.apache.org/repos/asf/incubator-fineract/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-fineract/commit/446ff440 Tree: http://git-wip-us.apache.org/repos/asf/incubator-fineract/tree/446ff440 Diff: http://git-wip-us.apache.org/repos/asf/incubator-fineract/diff/446ff440 Branch: refs/heads/develop Commit: 446ff4403fe4b8913629513278506ee6eccd8166 Parents: 5178d3a Author: Nazeer Hussain Shaik <[email protected]> Authored: Sat Apr 2 15:57:28 2016 +0530 Committer: Nazeer Hussain Shaik <[email protected]> Committed: Sat Apr 2 15:57:28 2016 +0530 ---------------------------------------------------------------------- .../SkipRepaymentOnMonthFirstTest.java | 18 ++++++++++++++++++ .../core_db/V295__Adding_Meeting_Time_column.sql | 1 - .../core_db/V297__Adding_Meeting_Time_column.sql | 1 + 3 files changed, 19 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/446ff440/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/SkipRepaymentOnMonthFirstTest.java ---------------------------------------------------------------------- diff --git a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/SkipRepaymentOnMonthFirstTest.java b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/SkipRepaymentOnMonthFirstTest.java index b863b03..f78edd0 100644 --- a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/SkipRepaymentOnMonthFirstTest.java +++ b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/SkipRepaymentOnMonthFirstTest.java @@ -1,3 +1,21 @@ +/** + * 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. + */ package org.apache.fineract.integrationtests; import static org.junit.Assert.assertEquals; http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/446ff440/fineract-provider/src/main/resources/sql/migrations/core_db/V295__Adding_Meeting_Time_column.sql ---------------------------------------------------------------------- diff --git a/fineract-provider/src/main/resources/sql/migrations/core_db/V295__Adding_Meeting_Time_column.sql b/fineract-provider/src/main/resources/sql/migrations/core_db/V295__Adding_Meeting_Time_column.sql deleted file mode 100644 index 9d4b2a7..0000000 --- a/fineract-provider/src/main/resources/sql/migrations/core_db/V295__Adding_Meeting_Time_column.sql +++ /dev/null @@ -1 +0,0 @@ -alter table m_calendar add meeting_time Time \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/446ff440/fineract-provider/src/main/resources/sql/migrations/core_db/V297__Adding_Meeting_Time_column.sql ---------------------------------------------------------------------- diff --git a/fineract-provider/src/main/resources/sql/migrations/core_db/V297__Adding_Meeting_Time_column.sql b/fineract-provider/src/main/resources/sql/migrations/core_db/V297__Adding_Meeting_Time_column.sql new file mode 100644 index 0000000..9d4b2a7 --- /dev/null +++ b/fineract-provider/src/main/resources/sql/migrations/core_db/V297__Adding_Meeting_Time_column.sql @@ -0,0 +1 @@ +alter table m_calendar add meeting_time Time \ No newline at end of file
