mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
somehow this can be null in some cases
This commit is contained in:
parent
27052717a4
commit
90e017ffef
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class AddUserOptions < ActiveRecord::Migration
|
|||
mailing_list_mode,
|
||||
email_digests,
|
||||
email_direct,
|
||||
email_private_messages,
|
||||
COALESCE(email_private_messages,true),
|
||||
external_links_in_new_tab,
|
||||
enable_quoting,
|
||||
dynamic_favicon,
|
||||
|
|
Loading…
Reference in a new issue