diff options
author | francis <francis> | 2008-02-21 20:45:51 +0000 |
---|---|---|
committer | francis <francis> | 2008-02-21 20:45:51 +0000 |
commit | 6c8f0e9b5780b31ada206ec29a27d9ad7af0f226 (patch) | |
tree | 0464097d6abb1b83c462b250f14f45396c45051e /app/models/info_request.rb | |
parent | 1ec8b9e7af6271f7f177cae71680d94265fe2311 (diff) |
Update model annotation
Diffstat (limited to 'app/models/info_request.rb')
-rw-r--r-- | app/models/info_request.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/models/info_request.rb b/app/models/info_request.rb index 9bd40e892..bad751efe 100644 --- a/app/models/info_request.rb +++ b/app/models/info_request.rb @@ -1,5 +1,5 @@ # == Schema Information -# Schema version: 32 +# Schema version: 34 # # Table name: info_requests # @@ -11,6 +11,7 @@ # updated_at :datetime not null # described_state :string(255) not null # awaiting_description :boolean default(false), not null +# prominence :string(255) default("normal"), not null # # models/info_request.rb: @@ -19,7 +20,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: info_request.rb,v 1.43 2008-02-21 20:41:18 francis Exp $ +# $Id: info_request.rb,v 1.44 2008-02-21 20:45:51 francis Exp $ require 'digest/sha1' |