2 changed files with 3 additions and 1 deletions
@ -0,0 +1,3 @@ |
|||||
|
ALTER TABLE `epmet_user`.`stats_staff_patrol_record_daily` |
||||
|
DROP INDEX `unx_staff`, |
||||
|
ADD UNIQUE INDEX `unx_staff`(`DATE_ID`, `STAFF_ID`, `GRID_ID`) USING BTREE; |
Loading…
Reference in new issue