Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-06-29 22:55:22 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-06-29 22:55:22 +0400
commit2def1c7217556388763dfb860f76e16f9af58571 (patch)
treefdefb8e3b06d0789cbf3063999f006d484edb883 /db
parentb110c6bc869d49089dc00abef53849765653d49b (diff)
Merge Request -> show. Refactored. f5 support for diff
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 7ce89c6be8f..f2bb16937f4 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -61,8 +61,8 @@ ActiveRecord::Schema.define(:version => 20120627145613) 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 => 4294967295
- t.text "st_diffs", :limit => 4294967295
+ t.text "st_commits", :limit => 2147483647
+ t.text "st_diffs", :limit => 2147483647
t.boolean "merged", :default => false, :null => false
t.integer "state", :default => 1, :null => false
end