mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-22 12:45:46 +08:00
6 lines
128 B
Ruby
6 lines
128 B
Ruby
class AddPmProjectId < ActiveRecord::Migration[5.2]
|
|
def change
|
|
add_column :issue_tags, :pm_project_id, :integer
|
|
end
|
|
end
|