aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/exim_log_done.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/exim_log_done.rb')
-rw-r--r--app/models/exim_log_done.rb14
1 files changed, 13 insertions, 1 deletions
diff --git a/app/models/exim_log_done.rb b/app/models/exim_log_done.rb
index a69f59194..6dced74f0 100644
--- a/app/models/exim_log_done.rb
+++ b/app/models/exim_log_done.rb
@@ -1,10 +1,22 @@
+# == Schema Information
+# Schema version: 71
+#
+# Table name: exim_log_dones
+#
+# id :integer not null, primary key
+# filename :text not null
+# last_stat :datetime not null
+# created_at :datetime not null
+# updated_at :datetime not null
+#
+
# models/exim_log_done.rb:
# Stores that a particular exim file has been loaded in, see exim_log.rb
#
# Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: exim_log_done.rb,v 1.1 2009-01-27 17:12:31 francis Exp $
+# $Id: exim_log_done.rb,v 1.2 2009-02-09 09:51:53 francis Exp $
class EximLogDone < ActiveRecord::Base
has_many :exim_logs