mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
remove trailing whitespaces ❤️
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class AddNotificationsToTopicUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :topic_users, :notifications, :integer, default: 2
|
||||
add_column :topic_users, :notifications, :integer, default: 2
|
||||
add_column :topic_users, :notifications_changed_at, :datetime
|
||||
add_column :topic_users, :notifications_reason_id, :integer
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user