Update db-upgrade.sql

This commit is contained in:
RB 2025-06-13 01:47:03 +08:00
parent 02003cb67b
commit 1835fed731

View file

@ -2,7 +2,7 @@
-- Each upgraded starts with `-- #VERSION`
-- #65 (v4.1)
alter table `meta_entity`
alter table `robot_sop_step`
change column `OPERATOR` `OPERATOR` char(20) comment '操作人',
change column `ACHIEVED_TIME` `ACHIEVED_TIME` datetime null default null comment '达成时间';