2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

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

@ -115,7 +115,7 @@ end
# Table name: incoming_links
#
# id :integer not null, primary key
# created_at :datetime
# created_at :datetime not null
# user_id :integer
# ip_address :inet
# current_user_id :integer