cleaning dashboard & tags

This commit is contained in:
Dmitriy Zaporozhets 2012-01-23 09:54:47 +02:00
parent 98d6492582
commit 7157305d5e
8 changed files with 0 additions and 59 deletions

View file

@ -13,18 +13,6 @@
ActiveRecord::Schema.define(:version => 20120121122616) 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"