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>2012-02-09 11:59:04 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-02-09 11:59:04 +0400
commitfbd5296e32badf6040fec62b43d27de61c1a65c5 (patch)
tree70f118e639b51f7b202777f78f9e758a12657211 /db
parentfcd92f9d958eab891e4a94ffa8b0aad93012acd0 (diff)
layout refactored
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 a6522e8e92e..bb9f638764a 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -13,18 +13,6 @@
ActiveRecord::Schema.define(:version => 20120206170141) 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"