#34: update db/schema.rb
This commit is contained in:
parent
1e2524468d
commit
4de6472eb6
10
db/schema.rb
10
db/schema.rb
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue