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:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-12-08 17:05:01 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-12-08 17:05:01 +0400
commit8e0126e9ec676f1ec40bb1a3dcb811e6477fb8c6 (patch)
tree184a51bc00567f5502a03285c000aa8a26cdd7b2 /db
parent2677bc3acb64a2e3a75a743bd9b5426c39decdef (diff)
parent2b896ea6cc7f125a6a86295f23df165d7ebe4259 (diff)
Merge branch 'issue_dashboard' into improved_dashboard
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 17246a614f8..613b65cb2ad 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -13,18 +13,6 @@
ActiveRecord::Schema.define(:version => 20111207211728) 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"