fix typos in the migration

This commit is contained in:
Surinna Curtis
2017-09-13 22:35:48 -05:00
parent 6ba35630bc
commit fd9a171129
3 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@
# target_account_id :integer not null
# created_at :datetime not null
# updated_at :datetime not null
# hide_notifications :boolean default(FALSE), not null
# hide_notifications :boolean default(TRUE), not null
#
class Mute < ApplicationRecord