s_plugin_migrations manuell füllen

Guten Morgen, da wir gerne unsere Bewertungen über das Migrationstool importieren würden, unsere Artikeldaten aber per CSV integriert haben, müssen wir die s_plugin_migrations manuell füllen, damit shopware die alten IDs den neuen IDs zuordnen kann. In der Tabelle s_plugin_migrations steht ein Feld, welches typeID heißt. Kann mir jemand sagen, was da rein kommt? source und target sind ja klar. Lieben Dank im Voraus, Claudia

Moin, in der Datei /shopware/engine/Shopware/Plugins/Community/Backend/SwagMigration/Components/Migration.php findest du die Konstanten für die Spalte s_plugin_migrations-typeID. const MAPPING_ARTICLE = 1; const MAPPING_CATEGORY = 2; const MAPPING_CUSTOMER = 3; const MAPPING_ORDER = 4; const MAPPING_VALID_NUMBER = 23; const MAPPING_CATEGORY_TARGET = 99; LG, Tobi :slight_smile: