Skip to content

Commit

Permalink
update to v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiam committed Mar 9, 2017
1 parent 9f40446 commit c367e9f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified apollo-all-in-one.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion sql/apolloconfigdb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CREATE TABLE `App` (
PRIMARY KEY (`Id`),
KEY `AppId` (`AppId`(191)),
KEY `DataChange_LastTime` (`DataChange_LastTime`),
KEY `Name` (`Name`)
KEY `IX_Name` (`Name`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='应用表';


Expand Down
2 changes: 1 addition & 1 deletion sql/apolloportaldb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CREATE TABLE `App` (
PRIMARY KEY (`Id`),
KEY `AppId` (`AppId`(191)),
KEY `DataChange_LastTime` (`DataChange_LastTime`),
KEY `Name` (`Name`)
KEY `IX_Name` (`Name`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='应用表';


Expand Down

0 comments on commit c367e9f

Please sign in to comment.