From fb2e977c92f6bde71cdda58a7d87b84eebe37e55 Mon Sep 17 00:00:00 2001 From: yystopf Date: Wed, 4 Feb 2026 16:10:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=EF=BC=9ARequirementIssueExt?= =?UTF-8?q?=E5=90=8D=E7=A8=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/migrate/20260204055829_create_pms_product_module_relates.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrate/20260204055829_create_pms_product_module_relates.rb b/db/migrate/20260204055829_create_pms_product_module_relates.rb index 5d24031a5..5e8e65c66 100644 --- a/db/migrate/20260204055829_create_pms_product_module_relates.rb +++ b/db/migrate/20260204055829_create_pms_product_module_relates.rb @@ -7,7 +7,7 @@ class CreatePmsProductModuleRelates < ActiveRecord::Migration[5.2] t.timestamps end - IssueRequirement.where.not(pms_product_module_id: nil) do |ir| + RequirementIssueExt.where.not(pms_product_module_id: nil) do |ir| PmsProductModuleRelate.create!( issue: ir.issue, pms_product_module_id: ir.pms_product_module_id