diff options
-rw-r--r-- | app/models/user.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/user.rb b/app/models/user.rb index 1043474d3..82c7c5fae 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -17,7 +17,7 @@ # ban_text :text default(""), not null # about_me :text default(""), not null # email_bounced_at :datetime -# email_bounce_message :string(1024) default(""), not null +# email_bounce_message :text default(""), not null # # models/user.rb: |