mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
issue pm
This commit is contained in:
5
db/migrate/20231031070603_add_pm_issue_type_to_issues.rb
Normal file
5
db/migrate/20231031070603_add_pm_issue_type_to_issues.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddPmIssueTypeToIssues < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :issues, :pm_issue_type, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user