You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by sachinkulkarni12 <gi...@git.apache.org> on 2016/03/02 10:24:23 UTC

[GitHub] incubator-fineract pull request: insert script for organisation st...

GitHub user sachinkulkarni12 opened a pull request:

    https://github.com/apache/incubator-fineract/pull/19

    insert script for organisation start date

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sachinkulkarni12/incubator-fineract CC-52_New

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-fineract/pull/19.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #19
    
----
commit c5b16e7386b53d9b49e20d709144258939da6cc6
Author: sachinkulkarni12 <sa...@confluxtechnologies.com>
Date:   2016-03-02T09:23:10Z

    insert script for organisation start date

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-fineract pull request: insert script for organisation st...

Posted by sachinkulkarni12 <gi...@git.apache.org>.
Github user sachinkulkarni12 closed the pull request at:

    https://github.com/apache/incubator-fineract/pull/19


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-fineract pull request: insert script for organisation st...

Posted by rajuan <gi...@git.apache.org>.
Github user rajuan commented on a diff in the pull request:

    https://github.com/apache/incubator-fineract/pull/19#discussion_r54701250
  
    --- Diff: fineract-provider/src/main/resources/sql/migrations/core_db/V292__update_organisation_start_date.sql ---
    @@ -0,0 +1 @@
    +INSERT INTO `c_configuration` ( `name`, `value`, `date_value`, `enabled`, `is_trap_door`, `description`) VALUES ('organisation-start-date', 0, NULL, 1, 0, NULL);
    --- End diff --
    
    Default value should be disabled


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---