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

Commit c7569d1

Browse files
committed
update table adding new column on upgrade
1 parent 1ea3413 commit c7569d1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/Content/Installer.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,9 @@ protected function contentUpgrade_4_2_0($oldVersion)
517517

518518
protected function contentUpgrade_4_2_1($oldVersion)
519519
{
520+
// update the database (add new column "metadescription")
521+
DBUtil::changeTable('content_translatedpage');
522+
520523
// add new variable(s)
521524
// variable to register a pagevar with breadcrumbs as array of array(url, title)
522525
$this->setVar('registerBreadcrumbs', false);

0 commit comments

Comments
 (0)