diff --git a/db/update9.5.1.sql b/db/update9.5.1.sql index 8e729a639e..1d573eaf76 100644 --- a/db/update9.5.1.sql +++ b/db/update9.5.1.sql @@ -80,6 +80,7 @@ ALTER TABLE `zt_team` ADD PRIMARY KEY (`project`, `task`, `account`); ALTER TABLE `zt_user` ADD `score` INT(12) NOT NULL DEFAULT '0' AFTER `deleted`; ALTER TABLE `zt_user` ADD `scoreLevel` INT(11) NOT NULL DEFAULT '0' AFTER `score`; +-- DROP TABLE IF EXISTS `zt_score`; CREATE TABLE `zt_score` ( `id` bigint(12) unsigned NOT NULL AUTO_INCREMENT, `account` varchar(30) NOT NULL, diff --git a/module/my/view/score.html.php b/module/my/view/score.html.php index d61caeecaf..e010443d6f 100644 --- a/module/my/view/score.html.php +++ b/module/my/view/score.html.php @@ -13,7 +13,7 @@