summaryrefslogtreecommitdiff
path: root/spec/models/gitlab_ci_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/gitlab_ci_service_spec.rb')
-rw-r--r--spec/models/gitlab_ci_service_spec.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/spec/models/gitlab_ci_service_spec.rb b/spec/models/gitlab_ci_service_spec.rb
index 8ec15cb3466..a0708f14236 100644
--- a/spec/models/gitlab_ci_service_spec.rb
+++ b/spec/models/gitlab_ci_service_spec.rb
@@ -7,12 +7,13 @@
# title :string(255)
# token :string(255)
# project_id :integer not null
-# created_at :datetime not null
-# updated_at :datetime not null
+# created_at :datetime
+# updated_at :datetime
# active :boolean default(FALSE), not null
# project_url :string(255)
# subdomain :string(255)
# room :string(255)
+# recipients :text
# api_key :string(255)
#