Merge pull request '新增 uuid' (#229) from KingChan/forgeplus:pm_project_develop into pm_project_develop

This commit is contained in:
KingChan
2023-11-21 17:11:51 +08:00
4 changed files with 60 additions and 44 deletions

View File

@@ -0,0 +1,5 @@
class AddUuidToAttachments < ActiveRecord::Migration[5.2]
def change
add_column :attachments, :uuid, :string, index: true
end
end