mirror of
https://github.com/redmine/redmine.git
synced 2026-05-13 01:47:12 +02:00
Removes unused column trackers.is_in_chlog (#31132).
git-svn-id: http://svn.redmine.org/redmine/trunk@21106 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
11
test/fixtures/trackers.yml
vendored
11
test/fixtures/trackers.yml
vendored
@@ -1,21 +1,18 @@
|
||||
---
|
||||
trackers_001:
|
||||
---
|
||||
trackers_001:
|
||||
name: Bug
|
||||
id: 1
|
||||
is_in_chlog: true
|
||||
default_status_id: 1
|
||||
position: 1
|
||||
description: Description for Bug tracker
|
||||
trackers_002:
|
||||
trackers_002:
|
||||
name: Feature request
|
||||
id: 2
|
||||
is_in_chlog: true
|
||||
default_status_id: 1
|
||||
position: 2
|
||||
description: Description for Feature request tracker
|
||||
trackers_003:
|
||||
trackers_003:
|
||||
name: Support request
|
||||
id: 3
|
||||
is_in_chlog: false
|
||||
default_status_id: 1
|
||||
position: 3
|
||||
|
||||
Reference in New Issue
Block a user