diff options
Diffstat (limited to 'app/models/hipchat_service.rb')
-rw-r--r-- | app/models/hipchat_service.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/models/hipchat_service.rb b/app/models/hipchat_service.rb index 13429fa83b4..c3fb4826334 100644 --- a/app/models/hipchat_service.rb +++ b/app/models/hipchat_service.rb @@ -11,6 +11,8 @@ # updated_at :datetime not null # active :boolean default(FALSE), not null # project_url :string(255) +# subdomain :string(255) +# room :string(255) # class HipchatService < Service @@ -70,4 +72,4 @@ class HipchatService < Service message end -end
\ No newline at end of file +end |