annotations were out of date

This commit is contained in:
Sam
2014-03-20 15:35:51 +11:00
parent c240fb0d83
commit 5c148faeb9
10 changed files with 72 additions and 43 deletions

View File

@@ -33,20 +33,22 @@ end
#
# Table name: email_logs
#
# id :integer not null, primary key
# to_address :string(255) not null
# email_type :string(255) not null
# user_id :integer
# created_at :datetime not null
# updated_at :datetime not null
# reply_key :string(32)
# post_id :integer
# topic_id :integer
# id :integer not null, primary key
# to_address :string(255) not null
# email_type :string(255) not null
# user_id :integer
# created_at :datetime not null
# updated_at :datetime not null
# reply_key :string(32)
# post_id :integer
# topic_id :integer
# skipped :boolean default(FALSE)
# skipped_reason :string(255)
#
# Indexes
#
# index_email_logs_on_created_at (created_at)
# index_email_logs_on_reply_key (reply_key)
# index_email_logs_on_skipped_and_created_at (skipped,created_at)
# index_email_logs_on_user_id_and_created_at (user_id,created_at)
#