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
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-30 15:12:24 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-30 15:12:24 +0400
commitd19d094b935b6b1b773d369893d4f112e91b38a9 (patch)
tree1ded12ce6bed836952d8f10a9e7cf30be6775838 /db/schema.rb
parent0d715bcd812ca6c99884e117f28a400669aa8e57 (diff)
Remove ugly button and truncate too long project names. Remove unecessary newlines
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 10191c6923a..e7940e2f724 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -92,8 +92,8 @@ ActiveRecord::Schema.define(:version => 20130624162710) do
t.string "title"
t.datetime "created_at"
t.datetime "updated_at"
- t.text "st_commits", :limit => 2147483647
- t.text "st_diffs", :limit => 2147483647
+ t.text "st_commits", :limit => 2147483647
+ t.text "st_diffs", :limit => 2147483647
t.integer "milestone_id"
t.string "state"
t.string "merge_status"