Commit 8cf914be authored by 黎博's avatar 黎博

同步数据库新增一条提示

parent 0ae15c2a
...@@ -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;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment