From 6c8f0e9b5780b31ada206ec29a27d9ad7af0f226 Mon Sep 17 00:00:00 2001 From: francis Date: Thu, 21 Feb 2008 20:45:51 +0000 Subject: Update model annotation --- app/models/info_request.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/models/info_request.rb') 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' -- cgit v1.2.3