8
0
Bifurcation 0
Usermanager/docs/migration_to_OXID_6.x.sql

3 lignes
331 B
SQL

UPDATE d3modprofile SET oxshopid = 1 WHERE oxmodid = 'd3usermanager' AND oxshopid = 'oxbaseshop';
UPDATE d3modprofile2shop LEFT JOIN d3modprofile ON d3modprofile2shop.oxmapobjectid = d3modprofile.oxmapid SET d3modprofile2shop.oxshopid = 1 WHERE d3modprofile.oxmodid = 'd3usermanager' AND d3modprofile2shop.oxshopid = 'oxbaseshop';