File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88use TYPO3 \CMS \Core \Database \Query \QueryBuilder ;
99use TYPO3 \CMS \Core \Package \PackageManager ;
1010use TYPO3 \CMS \Core \Utility \GeneralUtility ;
11+ use TYPO3 \CMS \Install \Attribute \UpgradeWizard ;
1112use TYPO3 \CMS \Install \Updates \DatabaseUpdatedPrerequisite ;
1213use TYPO3 \CMS \Install \Updates \UpgradeWizardInterface ;
1314
2021 *
2122 * Requires the database:updateschema to have been aplied before (increases column size)!
2223 */
24+ #[UpgradeWizard('migration_statustable ' )]
2325class StatusTableUpgradeWizard implements UpgradeWizardInterface
2426{
2527 private string $ tableName = 'doctrine_migrationstatus ' ;
Original file line number Diff line number Diff line change 11services :
2+ _defaults :
3+ autowire : true
4+ autoconfigure : true
5+ public : false
6+
7+ KayStrobach\Migrations\ :
8+ resource : ' ../Classes/*'
9+
210 KayStrobach\Migrations\Service\DoctrineService :
311 arguments :
412 - ' @TYPO3\CMS\Core\Package\PackageManager'
You can’t perform that action at this time.
0 commit comments