mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: remove nullable dates post upgrade to Rails 4
This commit is contained in:
@@ -71,8 +71,8 @@ end
|
||||
# action_type :integer not null
|
||||
# match_count :integer default(0), not null
|
||||
# last_match_at :datetime
|
||||
# created_at :datetime
|
||||
# updated_at :datetime
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# ip_address :inet
|
||||
#
|
||||
# Indexes
|
||||
|
||||
Reference in New Issue
Block a user