-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Extend the length of AppId from 32 to 64 characters. #3228
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3228 +/- ##
============================================
- Coverage 51.17% 51.16% -0.02%
+ Complexity 2275 2274 -1
============================================
Files 440 440
Lines 13660 13660
Branches 1389 1389
============================================
- Hits 6991 6989 -2
- Misses 6185 6186 +1
- Partials 484 485 +1
Continue to review full report at Codecov.
|
Please update the ddl for k8s and docker-quick-start. |
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.
I modified the SQL files for flyway.
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
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
What's the purpose of this PR
在项目中经常会遇到公司的项目有固定的前缀和格式,项目ID大于32字符的情况,这次扩展为64字符。有其它人也遇到了这个问题,迫切需要扩展这个字段的长度限制。
Which issue(s) this PR fixes:
Fixes #3213
Brief changelog
Follow this checklist to help us incorporate your contribution quickly and easily:
mvn clean test
to make sure this pull request doesn't break anything.