diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-01-24 11:48:38 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-01-24 11:48:38 +0000 |
commit | 97e31c40261491df8afd0297dd41050d165881ac (patch) | |
tree | e8f78397b3076a14956124aec9df392d4ad7640c /test/fixtures | |
parent | c9906480d3f279977720dc3f61534f4a5b77d1d2 (diff) | |
download | redmine-97e31c40261491df8afd0297dd41050d165881ac.tar.gz redmine-97e31c40261491df8afd0297dd41050d165881ac.zip |
Removes unused projects_count column from projects table.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2305 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/projects.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/fixtures/projects.yml b/test/fixtures/projects.yml index e355e5da8..de692af0d 100644 --- a/test/fixtures/projects.yml +++ b/test/fixtures/projects.yml @@ -3,7 +3,6 @@ projects_001: created_on: 2006-07-19 19:13:59 +02:00
name: eCookbook
updated_on: 2006-07-19 22:53:01 +02:00
- projects_count: 3
id: 1
description: Recipes management application
homepage: http://ecookbook.somenet.foo/
@@ -16,7 +15,6 @@ projects_002: created_on: 2006-07-19 19:14:19 +02:00
name: OnlineStore
updated_on: 2006-07-19 19:14:19 +02:00
- projects_count: 0
id: 2
description: E-commerce web site
homepage: ""
@@ -29,7 +27,6 @@ projects_003: created_on: 2006-07-19 19:15:21 +02:00
name: eCookbook Subproject 1
updated_on: 2006-07-19 19:18:12 +02:00
- projects_count: 0
id: 3
description: eCookBook Subproject 1
homepage: ""
@@ -42,7 +39,6 @@ projects_004: created_on: 2006-07-19 19:15:51 +02:00
name: eCookbook Subproject 2
updated_on: 2006-07-19 19:17:07 +02:00
- projects_count: 0
id: 4
description: eCookbook Subproject 2
homepage: ""
@@ -55,7 +51,6 @@ projects_005: created_on: 2006-07-19 19:15:51 +02:00
name: Private child of eCookbook
updated_on: 2006-07-19 19:17:07 +02:00
- projects_count: 0
id: 5
description: This is a private subproject of a public project
homepage: ""
@@ -68,7 +63,6 @@ projects_006: created_on: 2006-07-19 19:15:51 +02:00
name: Child of private child
updated_on: 2006-07-19 19:17:07 +02:00
- projects_count: 0
id: 6
description: This is a public subproject of a private project
homepage: ""
|