Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorAriejan de Vroom <ariejan@ariejan.net>2011-12-08 03:31:06 +0400
committerAriejan de Vroom <ariejan@ariejan.net>2011-12-08 03:31:06 +0400
commitf512418b27dbfa54839bd4deb9ea271316cdd665 (patch)
treeecdb16de1b056cfe7b59588a9ef9144fbb06af91 /db
parent2552a877df7fdb2c0a17a88479a5e49f315bcbad (diff)
Added "Issues" dashboard
This shows issues assigned to you, across all your projects, in one place. References #173
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/db/schema.rb b/db/schema.rb
index fd50bf32c52..de37a02520e 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -13,18 +13,6 @@
ActiveRecord::Schema.define(:version => 20111206222316) do
- create_table "features", :force => true do |t|
- t.string "name"
- t.string "branch_name"
- t.integer "assignee_id"
- t.integer "author_id"
- t.integer "project_id"
- t.datetime "created_at"
- t.datetime "updated_at"
- t.string "version"
- t.integer "status", :default => 0, :null => false
- end
-
create_table "issues", :force => true do |t|
t.string "title"
t.integer "assignee_id"