diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-09-24 09:48:19 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-09-24 09:48:19 +0100 |
commit | 54281fd50c3271835a54ab4bc08d40da09d643ee (patch) | |
tree | 6e73e90303e0d7cab3379d7a78a2299b79219f1a /app/models/info_request.rb | |
parent | 793ca358c37458e6cc4385d2366621aaee93a25e (diff) | |
parent | de8bc5b736828f0670c7259f1c4036bb97621cd3 (diff) |
Merge remote-tracking branch 'henare_github/patch-1'
Diffstat (limited to 'app/models/info_request.rb')
-rw-r--r-- | app/models/info_request.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/info_request.rb b/app/models/info_request.rb index 2e16d0f58..b62f67ee1 100644 --- a/app/models/info_request.rb +++ b/app/models/info_request.rb @@ -1,4 +1,5 @@ # == Schema Information +# Schema version: 20120919140404 # # Table name: info_requests # @@ -19,6 +20,7 @@ # external_user_name :string(255) # external_url :string(255) # attention_requested :boolean default(FALSE) +# comments_allowed :boolean default(TRUE), not null # require 'digest/sha1' |