Skip to content

Commit

Permalink
Merge pull request #412 from gopeak/dev
Browse files Browse the repository at this point in the history
fix install sql bug
  • Loading branch information
weichaoduo authored Jan 30, 2022
2 parents 06ab9a1 + a6c4288 commit dffab60
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 5 additions & 1 deletion app/view/twig/issue/list_modal.twig
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,11 @@
</tr>
<tr>
<th scope="row">&nbsp;</th>
<td align="left">4.其他不变</td>
<td align="left">4.筛选条件与其他视图不同,模糊查询只会匹配非子任务的事项</td>
</tr>
<tr>
<th scope="row">&nbsp;</th>
<td align="left">5.其他不变</td>
</tr>
<tr>
<th scope="row">&nbsp;</th>
Expand Down
2 changes: 1 addition & 1 deletion config.tpl.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Masterlab主配置文件
app_url: ''
version: '3.3.1'
version: '3.3.2'
error_reporting: 'E_ERROR'
xdebug: false
trace: false
Expand Down
2 changes: 1 addition & 1 deletion config.travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Masterlab主配置文件
app_url: ''
version: '3.3.1'
version: '3.3.2'
error_reporting: 'E_ERROR'
xdebug: false
trace: false
Expand Down
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Masterlab主配置文件
app_url: ''
version: '3.3.1'
version: '3.3.2'
error_reporting: 'E_ERROR'
xdebug: false
trace: false
Expand Down
6 changes: 1 addition & 5 deletions public/install/data/main.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3507,11 +3507,7 @@ INSERT INTO `workflow_scheme_data` (`id`, `scheme_id`, `issue_type_id`, `workflo
--
-- 表的索引 `agile_board`
--
ALTER TABLE `agile_board`
ADD PRIMARY KEY (`id`),
ADD KEY `project_id` (`project_id`),
ADD KEY `weight` (`weight`),
ADD KEY `test` (`name`) USING BTREE;


--
-- 表的索引 `agile_board_column`
Expand Down
2 changes: 1 addition & 1 deletion resource/bt/config.bt.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Masterlab主配置文件
app_url: ''
version: '3.3.1'
version: '3.3.2'
error_reporting: 'E_ERROR'
xdebug: false
trace: false
Expand Down

0 comments on commit dffab60

Please sign in to comment.