Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
8d77576b
Commit
8d77576b
authored
Jun 28, 2020
by
panpp
Browse files
添加了修改app_logo 的数据格式的sql
parent
6c4f0b92
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/历史/5.0.0-to-5.0.1-mysql.sql
View file @
8d77576b
...
@@ -42,3 +42,5 @@ ALTER TABLE `model` DROP FOREIGN KEY `model_ibfk_3`;
...
@@ -42,3 +42,5 @@ ALTER TABLE `model` DROP FOREIGN KEY `model_ibfk_3`;
ALTER
TABLE
`model`
DROP
FOREIGN
KEY
`model_ibfk_4`
;
ALTER
TABLE
`model`
DROP
FOREIGN
KEY
`model_ibfk_4`
;
ALTER
TABLE
`model`
DROP
FOREIGN
KEY
`model_ibfk_5`
;
ALTER
TABLE
`model`
DROP
FOREIGN
KEY
`model_ibfk_5`
;
ALTER
TABLE
`model`
DROP
FOREIGN
KEY
`model_ibfk_6`
;
ALTER
TABLE
`model`
DROP
FOREIGN
KEY
`model_ibfk_6`
;
UPDATE
`mcms5.0-5.1`
.
`app`
SET
`id`
=
'1'
,
`app_name`
=
'MCMS-OPEN'
,
`app_url`
=
'http://localhost:8080/ms-mcms
\r\n
'
,
`app_logo`
=
'[{
\"
path
\"
:
\"
/upload/1/appLogo/1578375538540.jpg
\"
}]'
,
`app_keyword`
=
'铭飞MCMS'
,
`app_copyright`
=
'版权所有 ©铭飞科技有限公司2012-2019 保留一切权利。'
,
`app_style`
=
'default'
,
`app_description`
=
'铭飞MCMS'
,
`app_datetime`
=
NULL
,
`app_mobile_style`
=
''
,
`app_pay_date`
=
'2019-11-16 00:00:00'
,
`app_pay`
=
''
,
`app_state`
=
'0'
,
`app_mobile_state`
=
'1'
,
`app_login_page`
=
''
,
`del`
=
NULL
,
`update_date`
=
NULL
,
`update_by`
=
NULL
,
`create_date`
=
NULL
,
`create_by`
=
NULL
WHERE
(
`id`
=
'1'
);
\ No newline at end of file
Write
Preview
Supports
Markdown
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