-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #122 from Tangjiafeng/master
update doc
- Loading branch information
Showing
6 changed files
with
68 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,14 @@ | ||
# 升级指南 | ||
请直接使用 0.8.0 以上版本 | ||
|
||
## 0.5.0 升级 0.6.0 | ||
下载0.6.0版本代码,并解压。 | ||
## 0.8.0 升级 0.9.0 | ||
下载0.9.0版本代码,并解压。 | ||
|
||
执行以下数据库脚本: | ||
``` | ||
mysql -u {USERNAME} -p {PASSWORD} -h {IP} --default-character-set=utf8 | ||
source conf/database/update/update_0.5.0-0.6.0.sql | ||
source conf/database/update/update_0.8.0-0.9.0.sql | ||
``` | ||
|
||
## 0.6.0 升级 0.7.0 | ||
下载0.6.0版本代码,并解压。 | ||
|
||
执行以下数据库脚本: | ||
``` | ||
mysql -u {USERNAME} -p {PASSWORD} -h {IP} --default-character-set=utf8 | ||
source conf/database/update/update_0.6.0-0.7.0.sql | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters