]> BookStack Code Mirror - bookstack/blobdiff - app/Console/Commands/UpdateUrlCommand.php
respective book and chapter structure added.
[bookstack] / app / Console / Commands / UpdateUrlCommand.php
index 27f84cc89f30689f40a87e80aaafa9181bcfb432..0c95b0a3c8a0e66e5cebf5a37969266ab37774b5 100644 (file)
@@ -46,6 +46,9 @@ class UpdateUrlCommand extends Command
         $columnsToUpdateByTable = [
             'attachments' => ['path'],
             'pages'       => ['html', 'text', 'markdown'],
+            'chapters'    => ['description_html'],
+            'books'       => ['description_html'],
+            'bookshelves' => ['description_html'],
             'images'      => ['url'],
             'settings'    => ['value'],
             'comments'    => ['html', 'text'],