aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request_event.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/info_request_event.rb')
-rw-r--r--app/models/info_request_event.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb
index f291daca5..800acdf45 100644
--- a/app/models/info_request_event.rb
+++ b/app/models/info_request_event.rb
@@ -1,5 +1,5 @@
# == Schema Information
-# Schema version: 27
+# Schema version: 29
#
# Table name: info_request_events
#
@@ -8,6 +8,7 @@
# event_type :text not null
# params_yaml :text not null
# created_at :datetime not null
+# described_state :string(255)
#
# models/info_request_event.rb:
@@ -15,7 +16,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: info_request_event.rb,v 1.9 2008-02-01 15:27:49 francis Exp $
+# $Id: info_request_event.rb,v 1.10 2008-02-06 09:41:44 francis Exp $
class InfoRequestEvent < ActiveRecord::Base
belongs_to :info_request