Skip to content

Commit 99efc21

Browse files
committed
debug info
1 parent 83209e4 commit 99efc21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/tasks/data_migrations.rake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ namespace :data_migrations do
115115
entity_type: referencing_page_type,
116116
entity_id: referencing_page.id
117117
)
118+
puts "Migrating attribute ID #{attribute.id}"
118119
if attribute.value.nil?
119120
attribute.value = JSON.parse('["' + referenced_page_type + '-' + referenced_page.id.to_s + '"]')
120121
else

0 commit comments

Comments
 (0)