summaryrefslogtreecommitdiff
path: root/app/models/system_hook.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/system_hook.rb')
-rw-r--r--app/models/system_hook.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/system_hook.rb b/app/models/system_hook.rb
index 5cdf046644f..2d28f4cd452 100644
--- a/app/models/system_hook.rb
+++ b/app/models/system_hook.rb
@@ -5,8 +5,8 @@
# id :integer not null, primary key
# url :string(255)
# project_id :integer
-# created_at :datetime not null
-# updated_at :datetime not null
+# created_at :datetime
+# updated_at :datetime
# type :string(255) default("ProjectHook")
# service_id :integer
#