forked from chhrrr/RAP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
53 additions
and
80 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,7 @@ | ||
### v0.8.2上线手册 | ||
上线前检查 | ||
|
||
|
||
#### 增加心表tb_user_settings | ||
|
||
```bash | ||
/** | ||
* user settings table | ||
*/ | ||
CREATE TABLE tb_user_settings | ||
( | ||
user_id int(10) NOT NULL, | ||
`key` varchar(128) NOT NULL, | ||
`value` varchar(128) NOT NULL, | ||
|
||
PRIMARY KEY(user_id, `key`), | ||
FOREIGN KEY(user_id) REFERENCES tb_user(id) | ||
) ENGINE=InnoDB DEFAULT CHARSET=utf8; | ||
``` | ||
0. 备份 | ||
1. 检查RAP插件root | ||
2. 检查数据库配置文件 | ||
3. 检查UT是否全部通过 | ||
4. 检查数据库脚本是否更新 |
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