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

@ -29,8 +29,8 @@ end
# key :string(64) not null
# user_id :integer
# created_by_id :integer
# created_at :datetime
# updated_at :datetime
# created_at :datetime not null
# updated_at :datetime not null
#
# Indexes
#