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:
parent
53e60030bc
commit
414c6d191f
54 changed files with 148 additions and 106 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue