summaryrefslogtreecommitdiff
path: root/app/models/project_services/campfire_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/project_services/campfire_service.rb')
-rw-r--r--app/models/project_services/campfire_service.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/models/project_services/campfire_service.rb b/app/models/project_services/campfire_service.rb
index f9247e054c7..19030ecffa2 100644
--- a/app/models/project_services/campfire_service.rb
+++ b/app/models/project_services/campfire_service.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)
#