Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
update table adding new column on upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Aug 18, 2016
1 parent 1ea3413 commit c7569d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Content/Installer.php
Expand Up @@ -517,6 +517,9 @@ protected function contentUpgrade_4_2_0($oldVersion)

protected function contentUpgrade_4_2_1($oldVersion)
{
// update the database (add new column "metadescription")
DBUtil::changeTable('content_translatedpage');

// add new variable(s)
// variable to register a pagevar with breadcrumbs as array of array(url, title)
$this->setVar('registerBreadcrumbs', false);
Expand Down

0 comments on commit c7569d1

Please sign in to comment.