This commit is contained in:
sparkyx 2025-01-09 23:53:36 +01:00
parent 0a30bad56f
commit 9d4aec944c
3 changed files with 5 additions and 4 deletions

View file

@ -2,5 +2,6 @@
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';
update parm_appearance set a_value='#506cb8 ' where a_code='MENU1-SELECTED' and lower(a_value)='#000074 ';
ALTER TABLE public.todo_list ALTER COLUMN tl_date drop NOT NULL;