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

@ -11,8 +11,8 @@ end
#
# post_id :integer
# reply_id :integer
# created_at :datetime
# updated_at :datetime
# created_at :datetime not null
# updated_at :datetime not null
#
# Indexes
#