Skip to content

Commit

Permalink
Revert "MIFOS-5628: Fixed changeset"
Browse files Browse the repository at this point in the history
This reverts commit 70d626e.
  • Loading branch information
pawelreise committed May 13, 2013
1 parent 1a44fe8 commit 0d68cb4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions db/src/main/resources/changesets/changelog-Release_J.xml
Expand Up @@ -1027,12 +1027,6 @@
</rollback>
</changeSet>
<changeSet id="MIFOS_5628_1" author="Kamil Kalfas">
<validCheckSum>3:6e67590c7fa9e8af6457ce29d6d7f7ca</validCheckSum>
<preConditions onFail="MARK_RAN">
<sqlCheck expectedResult="0">
select count(*) from account_type where account_type_id = 5;
</sqlCheck>
</preConditions>
<sql endDelimiter=";">
INSERT INTO account_type(account_type_id, lookup_id, description) VALUES(5, 126, 'Group Loan Account');
</sql>
Expand Down

0 comments on commit 0d68cb4

Please sign in to comment.