Skip to content
Snippets Groups Projects
Verified Commit cc0573e6 authored by Damien's avatar Damien
Browse files

FEAT #10525 TIME 0:30 Migration again

parent a6639207
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
php ./migrateFullText.php
#php ./migrateServicesEntities.php
#php ./migrateMenuEntities.php
php ./migrateServicesEntities.php
php ./migrateMenuEntities.php
......@@ -26,8 +26,10 @@ foreach ($customs as $custom) {
$collId = 'letterbox_coll';
} elseif ((string)$collection->table == 'res_attachments') {
$collId = 'attachments_coll';
} else {
} elseif ((string)$collection->table == 'res_version_attachments') {
$collId = 'attachments_version_coll';
} else {
continue;
}
\Docserver\models\DocserverModel::update([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment