FIX: remove nullable dates post upgrade to Rails 4

This commit is contained in:
Sam
2014-08-27 15:19:25 +10:00
parent 53e60030bc
commit 414c6d191f
54 changed files with 148 additions and 106 deletions

View File

@@ -71,8 +71,8 @@ end
# action_type :integer not null
# match_count :integer default(0), not null
# last_match_at :datetime
# created_at :datetime
# updated_at :datetime
# created_at :datetime not null
# updated_at :datetime not null
# ip_address :inet
#
# Indexes