Skip to content
Snippets Groups Projects
Commit 9c4d9572 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

hotline #54764 : reindex script

parent 780c9454
Branches
Tags
5 merge requests!2080Sandbox detach zf from storm,!2061Master,!2024Master,!2023Stable,!2020Hotline#54764 probleme de filtre sur les bibliotheques de chambery
Pipeline #434 failed with stage
in 19 minutes and 17 seconds
......@@ -5,8 +5,9 @@
require 'console.php';
echo "\nstarting at " . date('c');
echo "\nSaving branches at " . date('c');
$annexes = new Storm_Model_Collection(Class_CodifAnnexe::findAll());
$annexes->eachDo('save');
$id_origines = $annexes->collect('id_origine')->getArrayCopy();
$escaped = $annexes->collect('code')->getArrayCopy();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment