aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request_event.rb
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-01-09 11:05:31 +0000
committerSeb Bacon <seb.bacon@gmail.com>2012-01-09 11:05:31 +0000
commitb428f877eda19a103839930ef5eb45fff3684b07 (patch)
tree0f2b5e42a24418a21cfcce88c7b7d2c56c516098 /app/models/info_request_event.rb
parentcaff0a3ff2e38a5aab906baa4cc77d30587e1184 (diff)
Ensure model schema documentation is up to date.
Diffstat (limited to 'app/models/info_request_event.rb')
-rw-r--r--app/models/info_request_event.rb14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb
index 3514702da..8b7b9ebe4 100644
--- a/app/models/info_request_event.rb
+++ b/app/models/info_request_event.rb
@@ -1,5 +1,5 @@
# == Schema Information
-# Schema version: 95
+# Schema version: 108
#
# Table name: info_request_events
#
@@ -8,12 +8,12 @@
# event_type :text not null
# params_yaml :text not null
# created_at :datetime not null
-# described_state :string(255)
-# calculated_state :string(255)
-# last_described_at :datetime
-# incoming_message_id :integer
-# outgoing_message_id :integer
-# comment_id :integer
+# described_state :string(255)
+# calculated_state :string(255)
+# last_described_at :datetime
+# incoming_message_id :integer
+# outgoing_message_id :integer
+# comment_id :integer
# prominence :string(255) default("normal"), not null
#