Skip to content

Instantly share code, notes, and snippets.

@JulianXIMA
JulianXIMA / GridelementsMigrationUpdate.php
Last active March 23, 2023 10:42 — forked from maikschneider/GridelementsMigrationUpdate.php
TYPO3 Gridelements to Container UpgradeWizard
<?php
namespace Xima\XmTemplatesNnfdav\Updates;
use Doctrine\DBAL\DBALException;
use Doctrine\DBAL\Driver\Exception;
use TYPO3\CMS\Core\Database\ConnectionPool;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Core\Utility\MathUtility;
use TYPO3\CMS\Install\Updates\DatabaseUpdatedPrerequisite;