mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +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
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue