更新0505 release notes

This commit is contained in:
dengchun
2025-05-04 13:25:08 +08:00
parent 62dc2c8fae
commit 293ba01bbb
2 changed files with 4 additions and 9 deletions

View File

@@ -18,4 +18,8 @@ CREATE TABLE `component_search` (
-- 试验报告添加文件路径字段
ALTER TABLE `physical-boot`.`experiment_report`
ADD COLUMN `file_url` text NULL COMMENT '生成的文件路径' AFTER `sample_info`;