mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
FEATURE: Show an email icon beside posts that arrived via email
This commit is contained in:
5
db/migrate/20140904160015_add_via_email_to_posts.rb
Normal file
5
db/migrate/20140904160015_add_via_email_to_posts.rb
Normal file
@ -0,0 +1,5 @@
|
||||
class AddViaEmailToPosts < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :posts, :via_email, :boolean, default: false, null: false
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user