Skip to content

Instantly share code, notes, and snippets.

@maikschneider
maikschneider / GridelementsMigrationUpdate.php
Last active March 26, 2024 15:18
TYPO3 Gridelements to Container UpgradeWizard
<?php
namespace Vendor\MyExt\Updates;
use TYPO3\CMS\Core\Database\ConnectionPool;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Core\Utility\MathUtility;
use TYPO3\CMS\Install\Updates\DatabaseUpdatedPrerequisite;
use TYPO3\CMS\Install\Updates\RepeatableInterface;
use TYPO3\CMS\Install\Updates\UpgradeWizardInterface;