Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dankal-data-view
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
仲光辉
dankal-data-view
Commits
c2a92d00
Commit
c2a92d00
authored
Jul 25, 2025
by
mercymodest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:- add sql
parent
dc004099
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
更新餐食分类颜色.sql
电子日历_餐食分类颜色修改/更新餐食分类颜色.sql
+26
-0
No files found.
电子日历_餐食分类颜色修改/更新餐食分类颜色.sql
0 → 100644
View file @
c2a92d00
-- 红色系更新
-- 红色系更新
UPDATE
t_meal_category
SET
category_color
=
'EE1B1B'
,
update_time
=
CURRENT_TIMESTAMP
WHERE
category_color
=
'D24F4F'
;
UPDATE
t_meal_category
SET
category_color
=
'E54714'
,
update_time
=
CURRENT_TIMESTAMP
WHERE
category_color
=
'DC7352'
;
UPDATE
t_meal_category
SET
category_color
=
'FF6C7B'
,
update_time
=
CURRENT_TIMESTAMP
WHERE
category_color
=
'E46E7A'
;
UPDATE
t_meal_category
SET
category_color
=
'E2255C'
,
update_time
=
CURRENT_TIMESTAMP
WHERE
category_color
=
'D15B7D'
;
-- 黄色系更新
UPDATE
t_meal_category
SET
category_color
=
'E8BC0F'
,
update_time
=
CURRENT_TIMESTAMP
WHERE
category_color
=
'EBD57C'
;
-- 绿色系更新
UPDATE
t_meal_category
SET
category_color
=
'BDDF1D'
,
update_time
=
CURRENT_TIMESTAMP
WHERE
category_color
=
'BFD74E'
;
UPDATE
t_meal_category
SET
category_color
=
'A4DE10'
,
update_time
=
CURRENT_TIMESTAMP
WHERE
category_color
=
'95B447'
;
UPDATE
t_meal_category
SET
category_color
=
'6B8C00'
,
update_time
=
CURRENT_TIMESTAMP
WHERE
category_color
=
'5C6F1F'
;
-- 青绿色系更新
UPDATE
t_meal_category
SET
category_color
=
'17C096'
,
update_time
=
CURRENT_TIMESTAMP
WHERE
category_color
=
'61B5A0'
;
-- 蓝色系更新
UPDATE
t_meal_category
SET
category_color
=
'4DBAFD'
,
update_time
=
CURRENT_TIMESTAMP
WHERE
category_color
=
'53A5D7'
;
UPDATE
t_meal_category
SET
category_color
=
'00A2FF'
,
update_time
=
CURRENT_TIMESTAMP
WHERE
category_color
=
'2F7CA8'
;
UPDATE
t_meal_category
SET
category_color
=
'2B45DE'
,
update_time
=
CURRENT_TIMESTAMP
WHERE
category_color
=
'6170C9'
;
-- 紫色系更新
UPDATE
t_meal_category
SET
category_color
=
'A816DD'
,
update_time
=
CURRENT_TIMESTAMP
WHERE
category_color
=
'8A509F'
;
UPDATE
t_meal_category
SET
category_color
=
'E264FF'
,
update_time
=
CURRENT_TIMESTAMP
WHERE
category_color
=
'B66AC8'
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment