提交 02752428 编写于 作者: V Valeriy Sizov

Merge pull request #808 from robbkidd/mr_text_column_size_increase_in_schema.rb_too

Add to schema.rb the increased MR text column size.
......@@ -62,8 +62,8 @@ ActiveRecord::Schema.define(:version => 20120413135904) do
t.boolean "closed", :default => false, :null => false
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
t.text "st_commits", :limit => 2147483647
t.text "st_diffs", :limit => 2147483647
t.text "st_commits", :limit => 4294967295
t.text "st_diffs", :limit => 4294967295
t.boolean "merged", :default => false, :null => false
t.integer "state", :default => 1, :null => false
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册