diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-30 14:12:24 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-30 14:12:24 +0300 |
commit | d19d094b935b6b1b773d369893d4f112e91b38a9 (patch) | |
tree | 1ded12ce6bed836952d8f10a9e7cf30be6775838 /db/schema.rb | |
parent | 0d715bcd812ca6c99884e117f28a400669aa8e57 (diff) | |
download | gitlab-ce-d19d094b935b6b1b773d369893d4f112e91b38a9.tar.gz |
Remove ugly button and truncate too long project names. Remove unecessary newlines
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 4 |
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" |