Integrate stash

This commit is contained in:
sparkyx 2024-12-14 18:09:48 +01:00
commit f239ef40e3
8 changed files with 119 additions and 32 deletions

View file

@ -1,3 +1,3 @@
-- 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='#000074' where a_code='MENU1-SELECTED' and a_value='#7191ea';
ALTER TABLE public.todo_list ALTER COLUMN tl_date drop NOT NULL;