mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-09-29 10:05:51 +08:00
Update db-upgrade.sql
This commit is contained in:
parent
02003cb67b
commit
1835fed731
1 changed files with 1 additions and 1 deletions
|
@ -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 '达成时间';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue