We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce813d8 commit 9a16a26Copy full SHA for 9a16a26
fineract-provider/src/main/resources/db/changelog/tenant/parts/0205_add_read_familymembers_permission.xml
@@ -23,6 +23,11 @@
23
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.3.xsd">
25
<changeSet id="1" author="fineract">
26
+ <preConditions onFail="MARK_RAN">
27
+ <sqlCheck expectedResult="0">
28
+ SELECT COUNT(1) FROM m_permission WHERE code = 'READ_FAMILYMEMBERS'
29
+ </sqlCheck>
30
+ </preConditions>
31
<insert tableName="m_permission">
32
<column name="grouping" value="portfolio"/>
33
<column name="code" value="READ_FAMILYMEMBERS"/>
0 commit comments