Import steps correctly

This commit is contained in:
Donal McBreen
2025-11-12 17:28:15 +00:00
committed by Mike Dalessio
parent f6ec9bbeea
commit 84d1fb6827
+1
View File
@@ -358,6 +358,7 @@ class Import
batch.each do |old_step|
steps_to_insert << {
id: generate_uuid,
account_id: account.id,
card_id: mapping[:cards][old_step.card_id],
content: old_step.content,