Commit 6367dc7f7bf2afc7b7ce5e7ec3be59bd23a07bc7
1 parent
ec071b6b
刷线上课数据(修改错误数据)
Showing
1 changed file
with
1 additions
and
1 deletions
database/sql_log.sql
| ... | ... | @@ -3968,7 +3968,7 @@ UPDATE `permission_dictionary` set system='lcms'; |
| 3968 | 3968 | UPDATE `permission_dictionary` set system='cms' where title in ('内容管理','章节内容修改','班次资源修改'); |
| 3969 | 3969 | |
| 3970 | 3970 | ALTER TABLE `permission_dictionary` ADD (position INT); |
| 3971 | -ALTER TABLE `role` ADD (position INT); | |
| 3971 | +ALTER TABLE `role` ADD (postion INT); | |
| 3972 | 3972 | ALTER TABLE`gxb_core`.`zygj_school` ADD (tenant_id BIGINT); |
| 3973 | 3973 | |
| 3974 | 3974 | update zygj_school set tenant_id=991; | ... | ... |