release 1.8.13

This commit is contained in:
xiaomlove
2024-09-21 15:31:29 +08:00
parent 2f7e28ecae
commit d5aa159047
4 changed files with 1 additions and 43 deletions

View File

@@ -332,15 +332,6 @@ class Update extends Install
["value" => User::query()->where("class", User::CLASS_STAFF_LEADER)->first(["id"])->id]
);
}
/**
* @since 1.8.13
*/
$settingName = "__has_fix_exam_index_UPLOAD_TORRENT_COUNT";
$hasFixExamIndexUploadTorrentCount = get_setting($settingName, false);
if (!$hasFixExamIndexUploadTorrentCount) {
}
}
public function runExtraMigrate()