#34: update db/schema.rb

This commit is contained in:
Vokhmin Alexey V 2013-04-15 17:42:08 +04:00
parent 1e2524468d
commit 4de6472eb6
1 changed files with 9 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
ActiveRecord::Schema.define(:version => 20130328112110) do
ActiveRecord::Schema.define(:version => 20130412124536) do
create_table "activity_feeds", :force => true do |t|
t.integer "user_id", :null => false
@ -204,6 +204,14 @@ ActiveRecord::Schema.define(:version => 20130328112110) do
t.datetime "avatar_updated_at"
end
create_table "hooks", :force => true do |t|
t.text "data"
t.integer "project_id"
t.string "name"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
end
create_table "issues", :force => true do |t|
t.integer "serial_id"
t.integer "project_id"