diff options
author | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2011-12-08 15:05:01 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2011-12-08 15:05:01 +0200 |
commit | 8e0126e9ec676f1ec40bb1a3dcb811e6477fb8c6 (patch) | |
tree | 184a51bc00567f5502a03285c000aa8a26cdd7b2 /db/schema.rb | |
parent | 2677bc3acb64a2e3a75a743bd9b5426c39decdef (diff) | |
parent | 2b896ea6cc7f125a6a86295f23df165d7ebe4259 (diff) | |
download | gitlab-ce-8e0126e9ec676f1ec40bb1a3dcb811e6477fb8c6.tar.gz |
Merge branch 'issue_dashboard' into improved_dashboard
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 12 |
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" |