mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
fixed 解决安全问题访问附件,id改为uuid,关联功能修改
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class ChangeIdentityVerification < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
change_column :identity_verifications, :card_front, :string
|
||||
change_column :identity_verifications, :card_back, :string
|
||||
change_column :identity_verifications, :hold_card_front, :string
|
||||
change_column :identity_verifications, :hold_card_back, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user