change mp to pm

This commit is contained in:
呱呱呱
2023-10-18 13:21:41 +08:00
parent 472499e278
commit 526dac1230
6 changed files with 15 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
class AddPmProjectIdAndPmSprintIdToIssues < ActiveRecord::Migration[5.2]
def change
add_column :issues, :pm_project_id , :integer
add_column :issues, :pm_sprint_id , :integer
end
end