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:
authorKirilll Zaycev <kirik910@gmail.com>2015-12-01 23:47:23 +0300
committerKirilll Zaycev <kirik910@gmail.com>2016-01-15 00:35:12 +0300
commite80113593c120b71af428ea1b00f11fcdeae58b8 (patch)
tree1d50530a15f05e35bf0c9609ecf8f83a5cd1d106 /app/models/hooks/service_hook.rb
parent2f2aada3b6b900fdff276aafc3f93e5a1c1465c6 (diff)
Raise hook url limit
Diffstat (limited to 'app/models/hooks/service_hook.rb')
-rw-r--r--app/models/hooks/service_hook.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/hooks/service_hook.rb b/app/models/hooks/service_hook.rb
index b333a337347..80962264ba2 100644
--- a/app/models/hooks/service_hook.rb
+++ b/app/models/hooks/service_hook.rb
@@ -3,11 +3,11 @@
# Table name: web_hooks
#
# id :integer not null, primary key
-# url :string(255)
+# url :string(2000)
# project_id :integer
# created_at :datetime
# updated_at :datetime
-# type :string(255) default("ProjectHook")
+# type :string default("ProjectHook")
# service_id :integer
# push_events :boolean default(TRUE), not null
# issues_events :boolean default(FALSE), not null