This is an automated email from the ASF dual-hosted git repository.

adamsaghy pushed a commit to branch test-self-service-removal
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit d36f45b90a1c3b310d66809c73b0c5c3cf7db0e1
Author: Adam Saghy <[email protected]>
AuthorDate: Tue Mar 31 09:54:20 2026 +0200

    WIP - PATCH-1
---
 .../tenant/parts/0219_remove_self_service_feature.xml        | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/fineract-provider/src/main/resources/db/changelog/tenant/parts/0219_remove_self_service_feature.xml
 
b/fineract-provider/src/main/resources/db/changelog/tenant/parts/0219_remove_self_service_feature.xml
index 1b059c1551..0ee46720b5 100644
--- 
a/fineract-provider/src/main/resources/db/changelog/tenant/parts/0219_remove_self_service_feature.xml
+++ 
b/fineract-provider/src/main/resources/db/changelog/tenant/parts/0219_remove_self_service_feature.xml
@@ -23,12 +23,12 @@
                    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
                    
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog 
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.1.xsd";>
     <changeSet author="fineract" id="983">
-        <dropTable tableName="m_selfservice_user_client_mapping" 
cascadeConstraints="true"/>
-        <dropTable tableName="m_selfservice_beneficiaries_tpt" 
cascadeConstraints="true"/>
-        <dropTable tableName="m_pocket_accounts_mapping" 
cascadeConstraints="true"/>
-        <dropTable tableName="m_pocket" cascadeConstraints="true"/>
-        <dropTable tableName="client_device_registration" 
cascadeConstraints="true"/>
-        <dropColumn tableName="m_appuser" columnName="is_self_service_user"/>
+<!--        <dropTable tableName="m_selfservice_user_client_mapping" 
cascadeConstraints="true"/>-->
+<!--        <dropTable tableName="m_selfservice_beneficiaries_tpt" 
cascadeConstraints="true"/>-->
+<!--        <dropTable tableName="m_pocket_accounts_mapping" 
cascadeConstraints="true"/>-->
+<!--        <dropTable tableName="m_pocket" cascadeConstraints="true"/>-->
+<!--        <dropTable tableName="client_device_registration" 
cascadeConstraints="true"/>-->
+<!--        <dropColumn tableName="m_appuser" 
columnName="is_self_service_user"/>-->
         <update tableName="stretchy_parameter">
             <column name="parameter_sql" value="select  r.id as report_id, 
r.report_name, r.report_type, r.report_subtype, r.report_category,&#10;rp.id as 
parameter_id, rp.report_parameter_name, p.parameter_name&#10;  from 
stretchy_report r&#10;  left join stretchy_report_parameter rp on rp.report_id 
= r.id &#10;  left join stretchy_parameter p on p.id = rp.parameter_id&#10;  
where r.use_report is true&#10;  and exists&#10;  ( select 'f'&#10;  from 
m_appuser_role ur &#10;  join m_role rr [...]
             <where>id='1001' AND parameter_name='FullReportList'</where>

Reply via email to