Cosmetic : Set color

This commit is contained in:
sparkyx 2025-01-08 19:59:32 +01:00
parent 78b2b40c09
commit 71ae5c0f07
3 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,6 @@
-- change color selected menu
update parm_appearance set a_value='#000074' where a_code='MENU1-SELECTED' and a_value='#7191ea';
update parm_appearance set a_value='#FAFAFA' where a_code='BODY' and lower(a_value)='#ffffff';
update parm_appearance set a_value='#FAFAFA' where a_code='FOLDER' and lower(a_value)='#ffffff';
ALTER TABLE public.todo_list ALTER COLUMN tl_date drop NOT NULL;