Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QA
qa-platform-ui
Commits
8cf914be
Commit
8cf914be
authored
Nov 04, 2021
by
黎博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
同步数据库新增一条提示
parent
0ae15c2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
DbSync.vue
src/views/effect/DbSync.vue
+1
-0
No files found.
src/views/effect/DbSync.vue
View file @
8cf914be
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
<slot
name=
"description"
>
<slot
name=
"description"
>
<p>
1. 同步数据库是将线上的表结构和配置数据同步到测试库;
</p>
<p>
1. 同步数据库是将线上的表结构和配置数据同步到测试库;
</p>
<p>
2. 保留业务数据的意思是仅将线上的表结构同步到测试库,但仍保留测试环境的业务数据;
</p>
<p>
2. 保留业务数据的意思是仅将线上的表结构同步到测试库,但仍保留测试环境的业务数据;
</p>
<p>
3. 如果测试环境没有对应的库或者表,同步数据库时,请不要勾选保留业务数据,否则会导致同步失败;
</p>
</slot>
</slot>
</el-alert>
</el-alert>
<div
class=
"app-container"
style=
"width:1000px; margin:0 auto;"
>
<div
class=
"app-container"
style=
"width:1000px; margin:0 auto;"
>
...
...
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