Commit 17a8d4cb by ansible

update new scg theme

1 parent 31cc6077
Showing with 3 additions and 3 deletions
-- Blue theme
-- SCG theme
-- Actual parameter values may differ, what you see is a default string representation of values
UPDATE public.wd_sys_config
SET sys_value='#42ADF8'
SET sys_value='#ed2324'
WHERE sys_group = 'theme' and sys_key = 'BaseColor1';
UPDATE public.wd_sys_config
SET sys_value='#42ADF8'
SET sys_value='#ed2324'
WHERE sys_group = 'theme' and sys_key = 'BaseColor2';
UPDATE public.wd_sys_config
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!