diff options
author | francis <francis> | 2008-04-04 01:44:41 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-04 01:44:41 +0000 |
commit | 1f41d08568c692c50d7ab536402d02cec8a00c75 (patch) | |
tree | e9dccb4531e48e3e7bd76a01b5e078b124a21ab6 /app/models/info_request_event.rb | |
parent | fa6c0d1610ccad8c89a36411745c80b2408e0854 (diff) |
Unique indices for track things tables.
Annotate models.
Diffstat (limited to 'app/models/info_request_event.rb')
-rw-r--r-- | app/models/info_request_event.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb index e07d645dd..7682aff11 100644 --- a/app/models/info_request_event.rb +++ b/app/models/info_request_event.rb @@ -1,5 +1,5 @@ # == Schema Information -# Schema version: 49 +# Schema version: 51 # # Table name: info_request_events # @@ -18,7 +18,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.33 2008-04-01 16:40:37 francis Exp $ +# $Id: info_request_event.rb,v 1.34 2008-04-04 01:44:41 francis Exp $ class InfoRequestEvent < ActiveRecord::Base belongs_to :info_request |