mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 02:54:41 +08:00
remove uneeded column
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
class RemoveAllowPrivateMessagesFromUserProfile < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :user_profiles, :allow_private_messages
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user