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

@ -10,8 +10,8 @@ end
# user_id :integer not null
# screen_name :string(255) not null
# github_user_id :integer not null
# created_at :datetime
# updated_at :datetime
# created_at :datetime not null
# updated_at :datetime not null
#
# Indexes
#