Hello! Can you please tell me how to work the migration in this case:
There is a migration that adds three text values: test1, test2, test3 in the items table.
At the beginning of the migration in the table only 1 record.
Start the migration in the items table is already being used in the entry test1, as I understand it onl...