Fatal error if migration tags are empty

Created on 16 May 2023, over 1 year ago
Updated 7 June 2023, over 1 year ago

Problem/Motivation

`$migration->getMigrationTags()` can return null if a custom migration doesn't provide tags. The way this is currently called in `insert_migrate_prepare_row` can result in a fatal error.

Steps to reproduce

Create a custom migration that doesn't specify any migration tags. Attempt to run a migration.

Proposed resolution

Patch attached.

Remaining tasks

n/a

User interface changes

n/a

API changes

n/a

Data model changes

n/a

๐Ÿ› Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

๐Ÿ‡บ๐Ÿ‡ธUnited States blakehall

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024