Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
deploy
Project
Project
Details
Activity
Releases
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
Iron黄小铁
deploy
Commits
1f4d5398
Commit
1f4d5398
authored
Jun 08, 2023
by
Iron黄小铁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parent
ea4356fa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
变更说明.md
06/08/SOP1.12/变更说明.md
+18
-0
No files found.
06/08/SOP1.12/变更说明.md
0 → 100644
View file @
1f4d5398
## [生产环境版本发布申请]
*
变更类型: 前端代码发布
*
GIT地址:http://gitlab.galaxy-immi.com/colnet/fp/SOP-OPT
*
域名:http://nsop.galaxy-immi.com/
*
变更文件:./dist.zip
*
操作步骤:
-
将打包好的代码包拷贝到服务器/www/nsop-opt/目录下
-
解压替换dist目录
---
*
变更类型:sql执行
*
执行脚本
```
sql
alter
TABLE
`galaxy_sop`
.
micros_notice_pending
add
column
`order_sn`
VARCHAR
(
32
)
GENERATED
ALWAYS
AS
(
JSON_UNQUOTE
(
json_extract
(
`done_rule`
,
concat
(
_utf8mb4
'$.info.order_sn'
))))
STORED
COMMENT
'合同编号'
after
`type`
,
add
INDEX
idx_order_sn
(
`order_sn`
);
```
*
操作步骤:执行脚本新增字段
\ No newline at end of file
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