mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 08:53:38 +08:00
remove uneeded column
This commit is contained in:
parent
1601211617
commit
624b0b81b2
|
@ -0,0 +1,5 @@
|
||||||
|
class RemoveAllowPrivateMessagesFromUserProfile < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
remove_column :user_profiles, :allow_private_messages
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue
Block a user