mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
change mp to pm
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user