-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zh, en: add primary/unique key check description #223
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rest LGTM
zh/precheck.md
Outdated
@@ -43,6 +43,8 @@ aliases: ['/docs-cn/tidb-data-migration/dev/precheck/'] | |||
- TiDB 不支持外键 | |||
- 字符集的兼容性不同,详见 [TiDB 支持的字符集](https://pingcap.com/docs-cn/dev/reference/sql/character-set/) | |||
|
|||
DM 还会检查上游表中是否存在主键或 Unique 约束, 在 v1.0.7 版本引入 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
统一一下 主键
和 Unique
的中英文表述?比如直接说 主键或唯一键
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
address in 27d4eb3
Co-authored-by: ireneontheway <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@ireneontheway,Thanks for your review. However, LGTM is restricted to Reviewers or higher roles.See the corresponding SIG page for more information. Related SIGs: docs(slack). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: ireneontheway <[email protected]>
@TomShawn two LGTM now, PTAL |
/run-all-tests |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-1.0 in PR #240 |
Signed-off-by: ti-srebot <[email protected]>
What is changed, added or deleted? (Required)
Which DM version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
dm#887 dm#870
Do your changes match any of the following descriptions?