mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
fix
This commit is contained in:
@@ -3,6 +3,6 @@ class AddFieldsToUserExtensions < ActiveRecord::Migration[5.2]
|
||||
add_column :user_extensions, :province, :string # 省份
|
||||
add_column :user_extensions, :city, :string # 城市
|
||||
add_column :user_extensions, :custom_department, :string #自己填写的单位名称
|
||||
remove_column :users, :description
|
||||
# remove_column :users, :description
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user