mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-16 09:45:57 +08:00
add: update user more info
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class AddShowConditionToUserExtensions < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :user_extensions, :show_email, :boolean, default: false
|
||||
add_column :user_extensions, :show_location, :boolean, default: false
|
||||
add_column :user_extensions, :show_department, :boolean, default: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user