Logo
Explore Help
Sign In
IntenseWebs/discourse
3
0
Fork 0
You've already forked discourse
mirror of https://github.com/discourse/discourse.git synced 2025-02-25 18:55:32 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
9dba5315677d4e46c50e6a349bac12f087b8d301
discourse/db/migrate/20131229221725_add_watch_new_topics_to_users.rb

6 lines
160 B
Ruby
Raw Normal View History

Discourse as a Mailing List improvements FEATURE: context is not emailed if we previously emailed you the post FEATURE: site setting to enable_watch_new_topics , false by default. When enables users can elect to watch everything by default FIX: Custom email subjects (x quoted you in [title], x replied to [title]) was removed, this broke email grouping. TBD, include info in footer somehow FIX: topic user specs were messy, reduce side effects
2013-12-30 13:02:12 +11:00
class AddWatchNewTopicsToUsers < ActiveRecord::Migration
def change
add_column :users, :watch_new_topics, :boolean, default: false, null: false
end
end
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 117ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API