Commit 2f967eef authored by 晓彤's avatar 晓彤

更新数据库

parents c7047ed6 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;">
......
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