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

@ -17,8 +17,8 @@ end
# link :string(255)
# profile_link :string(255)
# picture :string(255)
# created_at :datetime
# updated_at :datetime
# created_at :datetime not null
# updated_at :datetime not null
#
# Indexes
#