merging upstream changes
This commit is contained in:
commit
35d0de8f36
49 changed files with 512 additions and 169 deletions
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended to check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(:version => 20120307095918) do
|
||||
ActiveRecord::Schema.define(:version => 20120315132931) do
|
||||
|
||||
create_table "events", :force => true do |t|
|
||||
t.string "target_type"
|
||||
|
@ -61,6 +61,9 @@ ActiveRecord::Schema.define(:version => 20120307095918) do
|
|||
t.boolean "closed", :default => false, :null => false
|
||||
t.datetime "created_at", :null => false
|
||||
t.datetime "updated_at", :null => false
|
||||
t.text "st_commits"
|
||||
t.text "st_diffs"
|
||||
t.boolean "merged", :default => false, :null => false
|
||||
end
|
||||
|
||||
add_index "merge_requests", ["project_id"], :name => "index_merge_requests_on_project_id"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue