Commit f789835ea62ce1658cf2bb1cb5e3aa631dee7d5c
1 parent
2e371e7a
备份方案,更新别名
Showing
1 changed file
with
15 additions
and
1 deletions
database/sql_log.sql
| ... | ... | @@ -3005,5 +3005,19 @@ CREATE TABLE |
| 3005 | 3005 | ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='首页最上方公告'; |
| 3006 | 3006 | -- ---------------------------- |
| 3007 | 3007 | -- 2017-09-20 刘岱鹏 脚本版本 201709202030 END |
| 3008 | --- ---------------------------- | |
| 3008 | +-- ---------------------------- | |
| 3009 | + | |
| 3009 | 3010 | |
| 3011 | +-- ---------------------------- | |
| 3012 | +-- 2017-09-20 | |
| 3013 | +-- 刘岱鹏 | |
| 3014 | +-- 脚本版本 201709212030 | |
| 3015 | +-- 涉及功能 备份方案数据,更新别名 | |
| 3016 | +-- 执行环境 予发布和灰度 | |
| 3017 | +-- START | |
| 3018 | +-- ---------------------------- | |
| 3019 | +create table zygj_solution_class_bf as select * from zygj_solution_class; | |
| 3020 | +update zygj_solution_class zc,class c set zc.class_alias=c.class_name where zc.class_id=c.class_id; | |
| 3021 | +-- ---------------------------- | |
| 3022 | +-- 2017-09-20 刘岱鹏 脚本版本 201709212030 END | |
| 3023 | +-- ---------------------------- | |
| 3010 | 3024 | \ No newline at end of file | ... | ... |