By admin , 22 September, 2025 Tags module UPDATE config SET name = REPLACE(name, 'custom_complaint', 'custom_feedback') WHERE name LIKE 'custom_complaint%'; UPDATE config SET data = REPLACE(data, 'custom_complaint', 'custom_feedback') WHERE data LIKE '%custom_complaint%';