Updated permission for confidi role

This commit is contained in:
nisha
2025-03-06 19:11:16 +05:30
parent e061f734ec
commit f272d6508b

View File

@@ -2621,4 +2621,11 @@
</insert> </insert>
</changeSet> </changeSet>
<changeSet id="06-03-2025_NK_190111" author="Nisha Kashyap">
<update tableName="role">
<column name="permissions" value="VIEW_CONFIDI_CALLS,APPLY_CONFIDI_CALLS"/>
<where>role_type = 'ROLE_CONFIDI'</where>
</update>
</changeSet>
</databaseChangeLog> </databaseChangeLog>