MigrateAssetTranslationData
Populates the new asset_translation table with data from the existing name
column on asset, using the default channel's language code.
Call this from your migration's up() method after the asset_translation
table has been created and before the name column is dropped from asset.
Parameters
queryRunner
parameter
QueryRunnerWas this chapter helpful?