-
-
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 DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 #3552
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3552 +/- ##
============================================
+ Coverage 50.93% 50.94% +0.01%
- Complexity 2323 2324 +1
============================================
Files 447 447
Lines 13989 13989
Branches 1423 1423
============================================
+ Hits 7125 7127 +2
+ Misses 6375 6374 -1
+ Partials 489 488 -1
Continue to review full report at Codecov.
|
@@ -7,3 +7,55 @@ alter table `GrayReleaseRule` change AppId AppId varchar(64) NOT NULL DEFAULT ' | |||
alter table `Instance` change AppId AppId varchar(64) NOT NULL DEFAULT 'default' COMMENT 'app id'; | |||
alter table `InstanceConfig` change ConfigAppId ConfigAppId varchar(64) NOT NULL DEFAULT 'default' COMMENT 'Config App Id'; | |||
alter table `ReleaseHistory` change AppId AppId varchar(64) NOT NULL DEFAULT 'default' COMMENT 'app id'; | |||
|
|||
ALTER TABLE `App` |
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.
as apollo 1.8.0 was released, please put it into another folder as v180-v190
@@ -3,3 +3,47 @@ | |||
Use ApolloPortalDB; | |||
|
|||
alter table `AppNamespace` change AppId AppId varchar(64) NOT NULL DEFAULT 'default' COMMENT 'app id'; | |||
|
|||
ALTER TABLE `App` |
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.
as apollo 1.8.0 was released, please put it into another folder as v180-v190
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
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
DataChange_CreatedBy
,DataChange_LastModifiedBy
equals toApolloPortalDB
.Users
.Username