附件表uuid增加索引
This commit is contained in:
parent
c8217d8596
commit
1e159ec1cf
|
@ -0,0 +1,5 @@
|
|||
class AddIndexUuidToAttachments < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_index :attachments, :uuid
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue