update annotations

This commit is contained in:
Régis Hanol
2014-04-08 17:35:44 +02:00
parent 11dcd2f6c5
commit 6373de550f
50 changed files with 102 additions and 129 deletions

View File

@@ -33,12 +33,12 @@ end
# action_type :integer not null
# match_count :integer default(0), not null
# last_match_at :datetime
# created_at :datetime not null
# updated_at :datetime not null
# created_at :datetime
# updated_at :datetime
# ip_address :inet
#
# Indexes
#
# index_blocked_emails_on_email (email) UNIQUE
# index_blocked_emails_on_last_match_at (last_match_at)
# index_screened_emails_on_email (email) UNIQUE
# index_screened_emails_on_last_match_at (last_match_at)
#