summaryrefslogtreecommitdiff
path: root/app/models/project_hook.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/project_hook.rb')
-rw-r--r--app/models/project_hook.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/project_hook.rb b/app/models/project_hook.rb
index aebf2054f8e..2576fc979d4 100644
--- a/app/models/project_hook.rb
+++ b/app/models/project_hook.rb
@@ -8,6 +8,7 @@
# created_at :datetime not null
# updated_at :datetime not null
# type :string(255) default("ProjectHook")
+# service_id :integer
#
class ProjectHook < WebHook