events/Classes
Daniel Siepmann c6ad36b294 Use proper column names
Normal updates are executed:

    ./vendor/bin/typo3cms upgrade:prepare

    ./vendor/bin/typo3cms upgrade:run all --no-interaction

    ./vendor/bin/typo3cms database:updateschema '*'

    ./vendor/bin/typo3cms database:updateschema '*'

The first one will execute an database:updateschema which will run safe
which only adds and doesn't rename or remove columns.
Then our update wizard can use the existing columns and new columns and
tables.
The last step will actually rename and remove.
2023-01-24 13:08:46 +01:00
..
Backports/V12/Pagination Migrate pagination from Widget to new API 2022-08-02 15:15:47 +00:00
Command Remove old code base 2022-11-22 12:49:57 +00:00
Controller Remove old code base 2022-11-22 12:49:57 +00:00
Domain Fix wrong default value in PHP Class 2023-01-09 06:44:58 +00:00
Events/Controller Migrate pagination from Widget to new API 2022-08-02 15:15:47 +00:00
Extbase Fix PHPStan issues 2021-12-13 09:27:28 +01:00
Pagination Migrate pagination from Widget to new API 2022-08-02 15:15:47 +00:00
Service Allow png images in file import from destination one 2023-01-24 12:01:27 +00:00
Updates Use proper column names 2023-01-24 13:08:46 +01:00