FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

Feature/am 427 sidebar only basic html

Merged A. Michaels requested to merge feature/am-427-sidebar-only-basic-html into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -575,7 +575,7 @@ class MigrateTextBlocksCommand extends DrushCommands {
*/
protected function insertSidebarItemsIntoDatabase(array $sidebar_items) {
try {
// Truncate the sidebar items tables to start fresh
// Truncate the sidebar items tables to start afresh
$this->targetDb->truncate('node__field_sidebar_items')->execute();
$this->targetDb->truncate('node_revision__field_sidebar_items')->execute();
$this->logger()->notice(dt('Truncated sidebar items tables to start afresh.'));
Loading