Browse Source

code sync

TonyKang 5 năm trước cách đây
mục cha
commit
11387f1684
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      sql/update.sql

+ 0 - 1
sql/update.sql

@@ -31,7 +31,6 @@ ALTER TABLE `zh_role_rpt_rel`
 ADD COLUMN `sid` INT NULL AFTER `rpt_id`,
 DROP INDEX `tender_idx` ,
 ADD INDEX `tender_idx` (`tender_id` ASC, `rpt_id` ASC);
-;
 
 -- 然后顺便初始化一下sid
 update zh_role_rpt_rel set sid = 1044 where id = 275;