Skip to content

Commit

Permalink
#114 Add workflow execution association request
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjiawei committed Oct 14, 2024
1 parent ca5cab1 commit 0835f95
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wiki/db/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,3 @@ alter table request add column preview_cache mediumtext default null comment '
#@v1.1.2-begin@;
alter table form_item_template add column formula varchar(255) default null comment '表达式计算';
#@v1.1.2-end@;
#@v1.2.4-begin@;
alter table request add index request_proc_instance_id(proc_instance_id);
#@v1.2.4-end@;

0 comments on commit 0835f95

Please sign in to comment.