新增:项目标记关联组织接口

This commit is contained in:
2024-01-04 14:25:40 +08:00
parent 7d1b4da72c
commit 5fafd8195c
4 changed files with 78 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
class AddOrganizationIdToIssueTags < ActiveRecord::Migration[5.2]
def change
add_reference :issue_tags, :organization
end
end