diff options
author | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-02-09 09:59:04 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-02-09 09:59:04 +0200 |
commit | fbd5296e32badf6040fec62b43d27de61c1a65c5 (patch) | |
tree | 70f118e639b51f7b202777f78f9e758a12657211 /db | |
parent | fcd92f9d958eab891e4a94ffa8b0aad93012acd0 (diff) | |
download | gitlab-ce-fbd5296e32badf6040fec62b43d27de61c1a65c5.tar.gz |
layout refactored
Diffstat (limited to 'db')
-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 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" |