You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -252,6 +258,19 @@ protected function cleanUserBDD()
252
258
253
259
$count = $connection->exec("UPDATE User_Resource SET entityName = 'Orga_Model_Organization' WHERE entityName = 'Inventory_Model_Project'");
254
260
echo"\t -> $count resources changées de 'Inventory_Model_Organization' à 'Orga_Model_Organization'\n";
261
+
262
+
$count = $connection->exec("DELETE FROM ext_translations WHERE (object_class = 'Inventory_Model_Project') OR (object_class = 'Orga_Model_Axis') OR (object_class = 'Orga_Model_Member')");
0 commit comments