You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by na...@apache.org on 2017/05/05 11:46:21 UTC

[1/2] incubator-fineract git commit: FIX FINERACT-423: Compilation fails due to missing licence header in some files

Repository: incubator-fineract
Updated Branches:
  refs/heads/develop f85239b1a -> 75f51a161


FIX FINERACT-423: Compilation fails due to missing licence header in some files


Project: http://git-wip-us.apache.org/repos/asf/incubator-fineract/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fineract/commit/187faf51
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fineract/tree/187faf51
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fineract/diff/187faf51

Branch: refs/heads/develop
Commit: 187faf5153d36af6ce2dbdfd441046f6de3c5754
Parents: 8baf9f4
Author: unknown <d7...@DUSL2097.gsa.westlb.net>
Authored: Wed Apr 19 11:26:56 2017 +0200
Committer: unknown <d7...@DUSL2097.gsa.westlb.net>
Committed: Wed Apr 19 11:26:56 2017 +0200

----------------------------------------------------------------------
 .../sql/migrations/core_db/V325__add_is_staff_client_data.sql       | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/187faf51/fineract-provider/src/main/resources/sql/migrations/core_db/V325__add_is_staff_client_data.sql
----------------------------------------------------------------------
diff --git a/fineract-provider/src/main/resources/sql/migrations/core_db/V325__add_is_staff_client_data.sql b/fineract-provider/src/main/resources/sql/migrations/core_db/V325__add_is_staff_client_data.sql
index ef9854b..2d6b359 100644
--- a/fineract-provider/src/main/resources/sql/migrations/core_db/V325__add_is_staff_client_data.sql
+++ b/fineract-provider/src/main/resources/sql/migrations/core_db/V325__add_is_staff_client_data.sql
@@ -16,5 +16,6 @@
 -- specific language governing permissions and limitations
 -- under the License.
 --
+
 ALTER TABLE `m_client`
 	ADD COLUMN `is_staff` TINYINT(1) NOT NULL DEFAULT '0' AFTER `mobile_no`;


[2/2] incubator-fineract git commit: Merge branch 'FINERACT-423' into develop

Posted by na...@apache.org.
Merge branch 'FINERACT-423' into develop


Project: http://git-wip-us.apache.org/repos/asf/incubator-fineract/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fineract/commit/75f51a16
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fineract/tree/75f51a16
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fineract/diff/75f51a16

Branch: refs/heads/develop
Commit: 75f51a16197440b1b16bcb57510b3e5c29f318cb
Parents: f85239b 187faf5
Author: Nazeer Hussain Shaik <na...@confluxtechnologies.com>
Authored: Fri May 5 17:16:01 2017 +0530
Committer: Nazeer Hussain Shaik <na...@confluxtechnologies.com>
Committed: Fri May 5 17:16:01 2017 +0530

----------------------------------------------------------------------
 .../sql/migrations/core_db/V325__add_is_staff_client_data.sql       | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------