altocompta/sql/upgrade.sql
2024-11-15 21:14:56 +01:00

3 lines
129 B
SQL

-- change color selected menu
update parm_appearance set a_value='#000074' where a_code='MENU1-SELECTED' and a_value='#7191ea';