Commit ec071b6b8d6735c29e73e32b6e4392da7db5d9c0
1 parent
e234c6b7
刷线上课数据(修改错误数据)
Showing
1 changed file
with
3 additions
and
2 deletions
database/sql_log.sql
| ... | ... | @@ -3967,7 +3967,7 @@ ALTER TABLE `permission_dictionary` ADD `system` VARCHAR(20) CHARACTER SET utf8 |
| 3967 | 3967 | UPDATE `permission_dictionary` set system='lcms'; |
| 3968 | 3968 | UPDATE `permission_dictionary` set system='cms' where title in ('内容管理','章节内容修改','班次资源修改'); |
| 3969 | 3969 | |
| 3970 | -ALTER TABLE `permission_dictionary` ADD (postion INT); | |
| 3970 | +ALTER TABLE `permission_dictionary` ADD (position INT); | |
| 3971 | 3971 | ALTER TABLE `role` ADD (position INT); |
| 3972 | 3972 | ALTER TABLE`gxb_core`.`zygj_school` ADD (tenant_id BIGINT); |
| 3973 | 3973 | |
| ... | ... | @@ -4009,7 +4009,8 @@ select classroom_teacher_id,tenant_id,zygj_school_id,id,NOW(),NOW(),delete_flag, |
| 4009 | 4009 | INSERT INTO `role_permission_dictionary_relate`(dictionary_id,role_id,delete_flag,created_at,updated_at) value(71,7,1,now(),NOW()); |
| 4010 | 4010 | INSERT INTO `role_permission_dictionary_relate`(dictionary_id,role_id,delete_flag,created_at,updated_at) value(72,7,1,now(),NOW()); |
| 4011 | 4011 | INSERT INTO `role_permission_dictionary_relate`(dictionary_id,role_id,delete_flag,created_at,updated_at) value(73,7,1,now(),NOW()); |
| 4012 | - | |
| 4012 | +INSERT INTO `role_permission_dictionary_relate`(dictionary_id,role_id,delete_flag,created_at,updated_at) value(2,3,1,now(),NOW()); | |
| 4013 | +INSERT INTO `role_permission_dictionary_relate`(dictionary_id,role_id,delete_flag,created_at,updated_at) value(4,13,1,now(),NOW()); | |
| 4013 | 4014 | -- ---------------------------- |
| 4014 | 4015 | -- 2017-10-20 段世尧 脚本版本 201710201524 END |
| 4015 | 4016 | -- ----------------------------- |
| 4016 | 4017 | \ No newline at end of file | ... | ... |