We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83209e4 commit 99efc21Copy full SHA for 99efc21
lib/tasks/data_migrations.rake
@@ -115,6 +115,7 @@ namespace :data_migrations do
115
entity_type: referencing_page_type,
116
entity_id: referencing_page.id
117
)
118
+ puts "Migrating attribute ID #{attribute.id}"
119
if attribute.value.nil?
120
attribute.value = JSON.parse('["' + referenced_page_type + '-' + referenced_page.id.to_s + '"]')
121
else
0 commit comments