summaryrefslogtreecommitdiff
path: root/app/models/web_hook.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/web_hook.rb')
-rw-r--r--app/models/web_hook.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/models/web_hook.rb b/app/models/web_hook.rb
index 5d826d2fb6d..b2e481e65ea 100644
--- a/app/models/web_hook.rb
+++ b/app/models/web_hook.rb
@@ -30,10 +30,11 @@ end
#
# Table name: web_hooks
#
-# id :integer(4) not null, primary key
+# id :integer not null, primary key
# url :string(255)
-# project_id :integer(4)
+# project_id :integer
# created_at :datetime not null
# updated_at :datetime not null
+# type :string(255) default("ProjectHook")
#