Ergebnis 1 bis 34 von 34

Thema: Umstellung auf Contao 5.3.7 Datenbank-Problme

  1. #1
    Alter Contao-Hase
    Registriert seit
    12.10.2010.
    Beiträge
    1.053

    Standard Umstellung auf Contao 5.3.7 Datenbank-Problme

    Hi Leute,

    bei der Umstellung von Contao 4.13.43 auf 5.3.7 hab ich bissl Probleme mit der Datenbank-Aktualisierung:

    Unbenannt-2.jpg

    Was mach ich da falsch? Wie bekommt man das Problem in den Griff?

  2. #2
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.254
    Partner-ID
    10107

    Standard

    Führe contao:migrate --no-interaction -v aus.
    » sponsor me via GitHub or PayPal or Revolut

  3. #3
    Alter Contao-Hase
    Registriert seit
    12.10.2010.
    Beiträge
    1.053

    Standard

    Führe contao:migrate --no-interaction -v aus
    Wenn ich das über Putty, SSH, im dem entsprechenden Contao-Ordner ausführe


    Code:
    p1xxx:/home/www/p1xxx/html/cto_5 > contao:migrate --no-interaction -v
    dann kommt bei mir diese Fehlermeldung:
    -bash: contao:migrate: Kommando nicht gefunden.

    Oder muß ich da auf dem Server in einen anderen Ordner gehen?

  4. #4
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.254
    Partner-ID
    10107

    Standard

    Du musst den Pfad zum richtigen PHP CLI voranstellen und bin/console
    » sponsor me via GitHub or PayPal or Revolut

  5. #5
    Contao-Fan
    Registriert seit
    24.02.2021.
    Beiträge
    506

    Standard

    Code:
    php vendor/bin/contao-console contao:migrate --no-interaction -v
    Deine PHP CLI könnte auch anders sein, das weißt nur du.

  6. #6
    Community-Moderatorin & Contao-Urgestein Avatar von mlweb
    Registriert seit
    10.07.2011.
    Beiträge
    6.800
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Immer gut für so etwas ist ein Blick in unsere inzwischen wunderbar gepflegte Doku https://docs.contao.org/manual/de/cli/migrate/

    OffTopic: Entschuldigung aber den hinweis konnte ich mir gerade nicht verkneifen.
    Ich habe Dir mit meinen Hinweisen geholfen und Du möchtest Dich bedanken?
    Unterstütze bitte das Contao-Projekt (Button Links)
    Weitere Spendenmöglichkeiten
    ------------------------------------------------------------------------------------------------------
    Contao-Dokumentation: Contao-Handbuch und Contao-Entwickler-Doku
    Contao-Online-Video-Kurse: Contao Academy
    Funktionalität erweitern: Contao-Erweiterungen

    Für Dinge die man mit html5 und css3 lösen kann, braucht man kein javascript.




  7. #7
    Alter Contao-Hase
    Registriert seit
    12.10.2010.
    Beiträge
    1.053

    Standard

    Ich bin im ROOT p1xxx auf dem Server und gebe das hier ein:

    php html/cto_5/vendor/bin/contao-console contao:migrate --no-interaction -v

    also so hier:

    Code:
    p1xxx:/ >php html/cto_5/vendor/bin/contao-console contao:migrate --no-interaction -v

    Und dann kommt das hier:

    Code:
    [INFO] Creating a database dump to "backup__20240502084454.sql.gz" with the
            default options. Use --no-backup to disable this feature.
    
    
    Pending database migrations (adb271f8a416f9efe9163b176b7e75c0d7992b1131270322675a2dd278ef20c6)
    ----------------------------------------------------------------------------------------------
    
     * ALTER TABLE tl_user ADD doNotCollapse TINYINT(1) DEFAULT 0 NOT NULL, ADD frontendModules BLOB DEFAULT NULL, DROP locked, DROP newsfeeds, DROP newsfeedp, DROP fullscreen, DROP cms_pro_mode_enabled, DROP loginAttempts, CHANGE showHelp showHelp TINYINT(1) DEFAULT 1 NOT NULL, CHANGE thumbnails thumbnails TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useRTE useRTE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useCE useCE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE pwChange pwChange TINYINT(1) DEFAULT 0 NOT NULL, CHANGE `admin` `admin` TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL
    
    Execute database migrations
    ---------------------------
    
     * ALTER TABLE tl_user ADD doNotCollapse TINYINT(1) DEFAULT 0 NOT NULL, ADD frontendModules BLOB DEFAULT NULL, CHANGE showHelp showHelp TINYINT(1) DEFAULT 1 NOT NULL, CHANGE thumbnails thumbnails TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useRTE useRTE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useCE useCE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE pwChange pwChange TINYINT(1) DEFAULT 0 NOT NULL, CHANGE `admin` `admin` TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL......FAILED
    
    
     [OK] Executed 0 SQL queries.
    
    
    
     [ERROR] An exception occurred while executing a query: SQLSTATE[HY000]: General
             error: 1366 Incorrect integer value: '' for column 'admin' at row 2
    Wo mach ich da was falsch?

  8. #8
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.254
    Partner-ID
    10107

    Standard

    Zitat Zitat von Schnippel Beitrag anzeigen
    Wo mach ich da was falsch?
    Kannst du mir die composer.json + Datenbank Dump via PM zukommen lassen? Evt. ist das ein Bug in Contao.
    » sponsor me via GitHub or PayPal or Revolut

  9. #9
    Alter Contao-Hase
    Registriert seit
    12.10.2010.
    Beiträge
    1.053

    Standard

    gepflegte Doku https://docs.contao.org/manual/de/cli/migrate/

    OffTopic: Entschuldigung aber den hinweis konnte ich mir gerade nicht verkneifen.
    Das ist schon richtig und gut dieser Hinweis..
    Mein Problem ist, daß ich noch nicht so genau weiß, wie ich was machen muß..
    (Ein Thema für die Academy ?)

  10. #10
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.254
    Partner-ID
    10107

    Standard

    Zitat Zitat von Schnippel Beitrag anzeigen
    Mein Problem ist, daß ich noch nicht so genau weiß, wie ich was machen muß..
    » https://community.contao.org/de/show...l=1#post584105
    » sponsor me via GitHub or PayPal or Revolut

  11. #11
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.254
    Partner-ID
    10107

    Standard

    Mit deiner composer.json + Datenbank-Dump konnte ich leider kein Problem feststellen. Die Datenbankmigration lief ohne Fehler durch. Lösche nochmals die komplette Datenbank, importiere die Contao 4.13 Datenbank nochmal und führe dann nochmal contao:migrate --no-interaction -v aus.
    » sponsor me via GitHub or PayPal or Revolut

  12. #12
    Alter Contao-Hase
    Registriert seit
    12.10.2010.
    Beiträge
    1.053

    Standard

    Ich habe die Datenbank gelöscht, wieder neu angelegt, SQL-Sicherung importiert und dann per SSH diesen Befehl im Server-ROOT ausgeführt:

    Code:
    p1xxx:/ > php html/cto_5/vendor/bin/contao-console contao:migrate --no-interaction -v

    Bekomme es nicht hin, es kommt wieder diese Fehlermeldung

    Code:
     [INFO] Creating a database dump to "backup__20240502122353.sql.gz" with the
            default options. Use --no-backup to disable this feature.
    
    
    Pending database migrations (adb271f8a416f9efe9163b176b7e75c0d7992b1131270322675                                         a2dd278ef20c6)
    --------------------------------------------------------------------------------                                         --------------
    
     * ALTER TABLE tl_user ADD doNotCollapse TINYINT(1) DEFAULT 0 NOT NULL, ADD fron                                         tendModules BLOB DEFAULT NULL, DROP locked, DROP newsfeeds, DROP newsfeedp, DROP                                          fullscreen, DROP cms_pro_mode_enabled, DROP loginAttempts, CHANGE showHelp show                                         Help TINYINT(1) DEFAULT 1 NOT NULL, CHANGE thumbnails thumbnails TINYINT(1) DEFA                                         ULT 1 NOT NULL, CHANGE useRTE useRTE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useCE                                          useCE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE pwChange pwChange TINYINT(1) DEFAUL                                         T 0 NOT NULL, CHANGE `admin` `admin` TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disab                                         le disable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useTwoFactor useTwoFactor TINYI                                         NT(1) DEFAULT 0 NOT NULL
    
    Execute database migrations
    ---------------------------
    
     * ALTER TABLE tl_user ADD doNotCollapse TINYINT(1) DEFAULT 0 NOT NULL, ADD fron                                         tendModules BLOB DEFAULT NULL, CHANGE showHelp showHelp TINYINT(1) DEFAULT 1 NOT                                          NULL, CHANGE thumbnails thumbnails TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useRTE                                          useRTE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useCE useCE TINYINT(1) DEFAULT 1 N                                         OT NULL, CHANGE pwChange pwChange TINYINT(1) DEFAULT 0 NOT NULL, CHANGE `admin`                                          `admin` TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT                                          0 NOT NULL, CHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL.....                                         .FAILED
    
    
     [OK] Executed 0 SQL queries.
    
    
    
     [ERROR] An exception occurred while executing a query: SQLSTATE[HY000]: General
             error: 1366 Incorrect integer value: '' for column 'admin' at row 2
    Ob ich das ganze Projekt / Umstellung nochmal komplett neu aufsetze? Wäre ne Menge Arbeit..

  13. #13
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.254
    Partner-ID
    10107

    Standard

    Wiederhole den Vorgang nochmal mit contao:migrate --no-interaction -vv
    » sponsor me via GitHub or PayPal or Revolut

  14. #14
    Alter Contao-Hase
    Registriert seit
    12.10.2010.
    Beiträge
    1.053

    Standard

    Dann kommt das hier:


    PHP-Code:
    15:09:55 INFO      [deprecationUser DeprecatedSince symfony/doctrine-bridge 6.3Registering "Codefog\HasteBundle\EventListener\DoctrineOrmListener" as a Doctrine subscriber is deprecatedRegister it as a listener insteadusing e.gthe #[AsDoctrineListener] or #[AsDocumentListener] attribute. ["exception" => ErrorException { …}]
    15:09:55 INFO      [deprecationUser DeprecatedThe usage of a string $tableNames in AbstractSchemaManager::tablesExist() is deprecatedPass a one-element array instead. (AbstractSchemaManager.php:319 called by AccesskeyMigration.php:59https://github.com/doctrine/dbal/issues/3580, package doctrine/dbal) ["exception" => ErrorException { …}]
    15:09:55 INFO      [deprecationUser DeprecatedSince contao/core-bundle 5.0Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead. ["exception" => ErrorException }]
    15:09:55 INFO      [deprecationUser DeprecatedSince contao/core-bundle 5.0Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead. ["exception" => ErrorException }]
    15:09:55 INFO      [deprecationUser DeprecatedSince contao/core-bundle 5.0Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead. ["exception" => ErrorException }]
    15:09:55 INFO      [deprecationUser DeprecatedSince contao/core-bundle 5.0Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead. ["exception" => ErrorException }]
    15:09:55 INFO      [deprecationUser DeprecatedIn ORM 3.0the AttributeDriver will report fields for the classes where they are declaredThis may uncover invalid mapping configurationsTo opt into the new mode todayset the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:82 called by Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:1407https://github.com/doctrine/orm/pull/10455, package doctrine/orm) ["exception" => ErrorException { …}]
    15:09:55 INFO      [deprecationUser DeprecatedSince contao/core-bundle 5.0Loading a non-existent DCA "tl_iso_attribute" has has been deprecated and will throw an exception in Contao 6. ["exception" => ErrorException }]
    15:09:55 INFO      [deprecationUser DeprecatedSince contao/core-bundle 5.0Loading a non-existent DCA "tl_storelocator_stores" has has been deprecated and will throw an exception in Contao 6. ["exception" => ErrorException }]
    15:09:55 INFO      [deprecationUser DeprecatedSince contao/core-bundle 5.0Loading a non-existent DCA "tl_iso_product" has has been deprecated and will throw an exception in Contao 6. ["exception" => ErrorException }]
    15:09:55 INFO      [deprecationUser DeprecatedColumn::setCustomSchemaOptions() is deprecated. Use setPlatformOptions() instead. (Column.php:424 called by Column.php:92https://github.com/doctrine/dbal/pull/5476, package doctrine/dbal) ["exception" => ErrorException { …}]
    15:09:56 INFO      [deprecationUser DeprecatedSince contao/core-bundle 5.0Loading a non-existent DCA "tl_crawl_queue" has has been deprecated and will throw an exception in Contao 6. ["exception" => ErrorException }]
    15:09:56 INFO      [deprecationUser DeprecatedSince contao/core-bundle 5.0Loading a non-existent DCA "tl_cron_job" has has been deprecated and will throw an exception in Contao 6. ["exception" => ErrorException }]
    15:09:56 INFO      [deprecationUser DeprecatedSince contao/core-bundle 5.0Loading a non-existent DCA "tl_message_queue" has has been deprecated and will throw an exception in Contao 6. ["exception" => ErrorException }]
    15:09:56 INFO      [deprecationUser DeprecatedSince contao/core-bundle 5.0Loading a non-existent DCA "tl_nc_bulky_items" has has been deprecated and will throw an exception in Contao 6. ["exception" => ErrorException }]
    15:09:56 INFO      [deprecationUser DeprecatedSince contao/core-bundle 5.0Loading a non-existent DCA "tl_news_categories" has has been deprecated and will throw an exception in Contao 6. ["exception" => ErrorException }]
    15:09:56 INFO      [deprecationUser DeprecatedSince contao/core-bundle 5.0Loading a non-existent DCA "tl_trusted_device" has has been deprecated and will throw an exception in Contao 6. ["exception" => ErrorException }]
    15:09:56 INFO      [deprecationUser DeprecatedRelying on the default string column length on MySQL is deprecatedspecify the length explicitly. (AbstractMySQLPlatform.php:235 called by AbstractPlatform.php:261https://github.com/doctrine/dbal/issues/3263, package doctrine/dbal) ["exception" => ErrorException { …}]
    15:09:56 INFO      [deprecationUser DeprecatedDoctrine\DBAL\Schema\SchemaDiff::toSql is deprecated. Use AbstractPlatform::getAlterSchemaSQL() instead. (SchemaDiff.php:239 called by CommandCompiler.php:65https://github.com/doctrine/dbal/pull/5766, package doctrine/dbal) ["exception" => ErrorException { …}]


     
    [INFOCreating a database dump to "backup__20240502130956.sql.gz" with the default options. Use --no-backup to disable
            this feature
    .


    15:09:56 INFO      [deprecationUser DeprecatedNot setting the CREATE_FOREIGNKEYS flag in AbstractPlatform::getCreateTableSQL() is deprecatedIn order to build the statements that create multiple tables referencing each other via foreign keys, use AbstractPlatform::getCreateTablesSQL(). (AbstractPlatform.php:2085 called by Dumper.php:98https://github.com/doctrine/dbal/pull/5416, package doctrine/dbal) ["exception" => ErrorException { …}]
    15:09:56 INFO      [deprecationUser DeprecatedSubscribing to onSchemaCreateTable events is deprecated. (AbstractPlatform.php:2195 called by AbstractPlatform.php:2092https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal) ["exception" => ErrorException { …}]
    15:09:56 INFO      [deprecationUser DeprecatedConnection::getWrappedConnection() is deprecated. Use Connection::getNativeConnection() to access the native connection. (Connection.php:1652 called by MigrateCommand.php:677https://github.com/doctrine/dbal/issues/4966, package doctrine/dbal) ["exception" => ErrorException { …}]
    Pending database migrations (adb271f8a416f9efe9163b176b7e75c0d7992b1131270322675a2dd278ef20c6)
    ----------------------------------------------------------------------------------------------

     * 
    ALTER TABLE tl_user ADD doNotCollapse TINYINT(1) DEFAULT 0 NOT NULLADD frontendModules BLOB DEFAULT NULLDROP lockedDROP newsfeedsDROP newsfeedpDROP fullscreenDROP cms_pro_mode_enabledDROP loginAttemptsCHANGE showHelp showHelp TINYINT(1) DEFAULT 1 NOT NULLCHANGE thumbnails thumbnails TINYINT(1) DEFAULT 1 NOT NULLCHANGE useRTE useRTE TINYINT(1) DEFAULT 1 NOT NULLCHANGE useCE useCE TINYINT(1) DEFAULT 1 NOT NULLCHANGE pwChange pwChange TINYINT(1) DEFAULT 0 NOT NULLCHANGE `admin` `adminTINYINT(1) DEFAULT 0 NOT NULLCHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULLCHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL

    Execute database migrations
    ---------------------------

     * 
    ALTER TABLE tl_user ADD doNotCollapse TINYINT(1) DEFAULT 0 NOT NULLADD frontendModules BLOB DEFAULT NULLCHANGE showHelp showHelp TINYINT(1) DEFAULT 1 NOT NULLCHANGE thumbnails thumbnails TINYINT(1) DEFAULT 1 NOT NULLCHANGE useRTE useRTE TINYINT(1) DEFAULT 1 NOT NULLCHANGE useCE useCE TINYINT(1) DEFAULT 1 NOT NULLCHANGE pwChange pwChange TINYINT(1) DEFAULT 0 NOT NULLCHANGE `admin` `adminTINYINT(1) DEFAULT 0 NOT NULLCHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULLCHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL......FAILED


     
    [OKExecuted 0 SQL queries.



     [
    ERRORAn exception occurred while executing a querySQLSTATE[HY000]: General error1366 Incorrect integer value''
             
    for column 'admin' at row 2


    15
    :09:56 INFO      [deprecationUser Deprecated: Class "Nyholm\Psr7\Factory\HttplugFactory" is deprecated since version 1.8, use "Nyholm\Psr7\Factory\Psr17Factory" instead. ["exception" => ErrorException }] 

  15. #15
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.254
    Partner-ID
    10107

    Standard

    Wiederhole den Vorgang nochmal mit contao:migrate --no-interaction -vvv
    » sponsor me via GitHub or PayPal or Revolut

  16. #16
    Alter Contao-Hase
    Registriert seit
    12.10.2010.
    Beiträge
    1.053

    Standard

    Da kommt jetzt eine sehr lange Liste



    Code:
    15:19:44 INFO      [deprecation] User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Codefog\HasteBundle\EventListener\DoctrineOrmListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Codefog\HasteBundle\EventListener\DoctrineOrmListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        #code: 0
        #file: ".html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
        #line: 211
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Connection.php:387 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Connection.php:1655 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Connection.php:1082 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Connection.php:622 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:468 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:72 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    15:19:44 INFO      [deprecation] User Deprecated: The usage of a string $tableNames in AbstractSchemaManager::tablesExist() is deprecated. Pass a one-element array instead. (AbstractSchemaManager.php:319 called by AccesskeyMigration.php:59, https://github.com/doctrine/dbal/issues/3580, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: The usage of a string $tableNames in AbstractSchemaManager::tablesExist() is deprecated. Pass a one-element array instead. (AbstractSchemaManager.php:319 called by AccesskeyMigration.php:59, https://github.com/doctrine/dbal/issues/3580, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Schema/AbstractSchemaManager.php:319 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/Version500/AccesskeyMigration.php:59 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/Version500/AccesskeyMigration.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:27 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:213 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    15:19:44 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php"
        #line: 1096
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php:1096 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
          .html/cto_5/var/cache/prod/contao/dca/tl_content.php:19 {
            include^
            › // Dynamically add the permission check
            › if (\Contao\Input::get('do') == 'article') {
            ›     \Contao\System::loadLanguageFile('tl_article');
          }
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:107 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:27 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:213 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    15:19:44 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php"
        #line: 1096
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php:1096 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
          .html/cto_5/var/cache/prod/contao/dca/tl_content.php:751 {
            include^
            › // Dynamically add the permission check and other callbacks
            › if (\Contao\Input::get('do') == 'news') {
            ›     \Contao\System::loadLanguageFile('tl_news');
          }
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:107 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:27 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:213 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    15:19:44 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php"
        #line: 1096
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php:1096 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
          .html/cto_5/var/cache/prod/contao/dca/tl_content.php:850 {
            include^
            › // Dynamically add the permission check and other callbacks
            › if (\Contao\Input::get('do') == 'calendar') {
            ›     \Contao\System::loadLanguageFile('tl_calendar_events');
          }
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:107 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:27 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:213 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    15:19:44 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php"
        #line: 1096
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php:1096 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:201 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:127 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:27 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:213 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    15:19:44 INFO      [deprecation] User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:82 called by Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:1407, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:82 called by Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:1407, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
        #code: 0
        #file: ".html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 { …}
          .html/cto_5/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:82 { …}
          .html/cto_5/var/cache/prod/ContainerHHDs2qr/Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:1407 {
            ContainerHHDs2qr\Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true)^
            › $c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
            › $c->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/vendor/contao/core-bundle/src/Entity')], false), 'Contao\\CoreBundle\\Entity');
            ›
          }
          .html/cto_5/var/cache/prod/ContainerHHDs2qr/Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:1374 { …}
          .html/cto_5/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 { …}
          .html/cto_5/vendor/symfony/var-exporter/LazyGhostTrait.php:178 { …}
          .html/cto_5/vendor/doctrine/orm/src/EntityManager.php:197 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:83 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:30 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/CommandCompiler.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:217 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    15:19:44 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_iso_attribute" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_iso_attribute" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Database/Installer.php:185 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php:306 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php:42 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DoctrineSchemaListener.php:38 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/CommandCompiler.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:217 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    15:19:44 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_storelocator_stores" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_storelocator_stores" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Database/Installer.php:185 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php:306 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php:42 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DoctrineSchemaListener.php:38 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/CommandCompiler.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:217 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    15:19:44 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_iso_product" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_iso_product" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Database/Installer.php:185 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php:306 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php:42 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DoctrineSchemaListener.php:38 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/CommandCompiler.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:217 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    15:19:44 INFO      [deprecation] User Deprecated: Column::setCustomSchemaOptions() is deprecated. Use setPlatformOptions() instead. (Column.php:424 called by Column.php:92, https://github.com/doctrine/dbal/pull/5476, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Column::setCustomSchemaOptions() is deprecated. Use setPlatformOptions() instead. (Column.php:424 called by Column.php:92, https://github.com/doctrine/dbal/pull/5476, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Schema/Column.php:424 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Schema/Column.php:92 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Schema/Column.php:73 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Schema/Table.php:342 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php:91 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DoctrineSchemaListener.php:38 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/CommandCompiler.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:217 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    15:19:44 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_crawl_queue" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_crawl_queue" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/CommandCompiler.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:217 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    15:19:44 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_cron_job" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_cron_job" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/CommandCompiler.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:217 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    15:19:44 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_message_queue" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_message_queue" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/CommandCompiler.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:217 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    15:19:44 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_nc_bulky_items" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_nc_bulky_items" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/CommandCompiler.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:217 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    15:19:44 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_news_categories" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_news_categories" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/CommandCompiler.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:217 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    15:19:44 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_trusted_device" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_trusted_device" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/CommandCompiler.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:217 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    15:19:44 INFO      [deprecation] User Deprecated: Relying on the default string column length on MySQL is deprecated, specify the length explicitly. (AbstractMySQLPlatform.php:235 called by AbstractPlatform.php:261, https://github.com/doctrine/dbal/issues/3263, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Relying on the default string column length on MySQL is deprecated, specify the length explicitly. (AbstractMySQLPlatform.php:235 called by AbstractPlatform.php:261, https://github.com/doctrine/dbal/issues/3263, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Platforms/AbstractMySQLPlatform.php:235 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:261 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:273 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Types/StringType.php:17 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:3069 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:4678 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Schema/Comparator.php:596 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Schema/Comparator.php:351 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Platforms/MySQL/Comparator.php:37 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Schema/Comparator.php:298 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Platforms/MySQL/Comparator.php:48 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Schema/Comparator.php:127 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Schema/Comparator.php:55 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/CommandCompiler.php:64 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:217 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    15:19:44 INFO      [deprecation] User Deprecated: Doctrine\DBAL\Schema\SchemaDiff::toSql is deprecated. Use AbstractPlatform::getAlterSchemaSQL() instead. (SchemaDiff.php:239 called by CommandCompiler.php:65, https://github.com/doctrine/dbal/pull/5766, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Doctrine\DBAL\Schema\SchemaDiff::toSql is deprecated. Use AbstractPlatform::getAlterSchemaSQL() instead. (SchemaDiff.php:239 called by CommandCompiler.php:65, https://github.com/doctrine/dbal/pull/5766, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:173 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Schema/SchemaDiff.php:239 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/CommandCompiler.php:65 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:217 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    
    
     [INFO] Creating a database dump to "backup__20240502131944.sql.gz" with the default options. Use --no-backup to disable
            this feature.
    
    
    15:19:44 INFO      [deprecation] User Deprecated: Not setting the CREATE_FOREIGNKEYS flag in AbstractPlatform::getCreateTableSQL() is deprecated. In order to build the statements that create multiple tables referencing each other via foreign keys, use AbstractPlatform::getCreateTablesSQL(). (AbstractPlatform.php:2085 called by Dumper.php:98, https://github.com/doctrine/dbal/pull/5416, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Not setting the CREATE_FOREIGNKEYS flag in AbstractPlatform::getCreateTableSQL() is deprecated. In order to build the statements that create multiple tables referencing each other via foreign keys, use AbstractPlatform::getCreateTablesSQL(). (AbstractPlatform.php:2085 called by Dumper.php:98, https://github.com/doctrine/dbal/pull/5416, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:2085 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/Dumper.php:98 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/Dumper.php:55 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/Dumper.php:30 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/BackupManager.php:168 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/BackupManager.php:98 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Connection.php:1282 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/BackupManager.php:98 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:133 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    15:19:44 INFO      [deprecation] User Deprecated: Subscribing to onSchemaCreateTable events is deprecated. (AbstractPlatform.php:2195 called by AbstractPlatform.php:2092, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Subscribing to onSchemaCreateTable events is deprecated. (AbstractPlatform.php:2195 called by AbstractPlatform.php:2092, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:2195 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:2092 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/Dumper.php:98 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/Dumper.php:55 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/Dumper.php:30 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/BackupManager.php:168 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/BackupManager.php:98 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Connection.php:1282 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/BackupManager.php:98 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:133 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    15:19:45 INFO      [deprecation] User Deprecated: Connection::getWrappedConnection() is deprecated. Use Connection::getNativeConnection() to access the native connection. (Connection.php:1652 called by MigrateCommand.php:677, https://github.com/doctrine/dbal/issues/4966, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Connection::getWrappedConnection() is deprecated. Use Connection::getNativeConnection() to access the native connection. (Connection.php:1652 called by MigrateCommand.php:677, https://github.com/doctrine/dbal/issues/4966, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:173 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Connection.php:1652 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:677 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:171 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    Pending database migrations (adb271f8a416f9efe9163b176b7e75c0d7992b1131270322675a2dd278ef20c6)
    ----------------------------------------------------------------------------------------------
    
     * ALTER TABLE tl_user ADD doNotCollapse TINYINT(1) DEFAULT 0 NOT NULL, ADD frontendModules BLOB DEFAULT NULL, DROP locked, DROP newsfeeds, DROP newsfeedp, DROP fullscreen, DROP cms_pro_mode_enabled, DROP loginAttempts, CHANGE showHelp showHelp TINYINT(1) DEFAULT 1 NOT NULL, CHANGE thumbnails thumbnails TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useRTE useRTE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useCE useCE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE pwChange pwChange TINYINT(1) DEFAULT 0 NOT NULL, CHANGE `admin` `admin` TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL
    
    Execute database migrations
    ---------------------------
    
     * ALTER TABLE tl_user ADD doNotCollapse TINYINT(1) DEFAULT 0 NOT NULL, ADD frontendModules BLOB DEFAULT NULL, CHANGE showHelp showHelp TINYINT(1) DEFAULT 1 NOT NULL, CHANGE thumbnails thumbnails TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useRTE useRTE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useCE useCE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE pwChange pwChange TINYINT(1) DEFAULT 0 NOT NULL, CHANGE `admin` `admin` TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL......FAILED
    
    
     [OK] Executed 0 SQL queries.
    
    
    
     [ERROR] An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: ''
             for column 'admin' at row 2
    
    
    15:19:45 INFO      [deprecation] User Deprecated: Class "Nyholm\Psr7\Factory\HttplugFactory" is deprecated since version 1.8, use "Nyholm\Psr7\Factory\Psr17Factory" instead.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Class "Nyholm\Psr7\Factory\HttplugFactory" is deprecated since version 1.8, use "Nyholm\Psr7\Factory\Psr17Factory" instead."
        #code: 0
        #file: ".html/cto_5/vendor/nyholm/psr7/src/Factory/HttplugFactory.php"
        #line: 18
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/nyholm/psr7/src/Factory/HttplugFactory.php:18 { …}
          .html/cto_5/vendor/composer/ClassLoader.php:495 { …}
          .html/cto_5/vendor/composer/ClassLoader.php:366 { …}
          Composer\Autoload\ClassLoader->loadClass() {}
          .html/cto_5/vendor/php-http/discovery/src/ClassDiscovery.php:250 { …}
          .html/cto_5/vendor/php-http/discovery/src/ClassDiscovery.php:188 { …}
          .html/cto_5/vendor/php-http/discovery/src/ClassDiscovery.php:198 { …}
          .html/cto_5/vendor/php-http/discovery/src/ClassDiscovery.php:80 { …}
          .html/cto_5/vendor/php-http/discovery/src/MessageFactoryDiscovery.php:27 { …}
          .html/cto_5/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpProxyClient.php:63 { …}
          .html/cto_5/var/cache/prod/ContainerHHDs2qr/Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:1660 {
            ContainerHHDs2qr\Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer::getFosHttpCache_ProxyClient_SymfonyService($container)^
            › {
            ›     return $container->services['fos_http_cache.proxy_client.symfony'] = new \FOS\HttpCache\ProxyClient\Symfony(new \FOS\HttpCache\SymfonyCache\KernelDispatcher(($container->services['kernel'] ?? $container->get('kernel', 1))), $container->parameters['fos_http_cache.proxy_client.symfony.options']);
            › }
          }
          .html/cto_5/var/cache/prod/ContainerHHDs2qr/Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:1633 { …}
          .html/cto_5/var/cache/prod/ContainerHHDs2qr/getFosHttpCache_EventListener_InvalidationService.php:23 { …}
          .html/cto_5/var/cache/prod/ContainerHHDs2qr/Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:820 { …}
          .html/cto_5/var/cache/prod/ContainerHHDs2qr/Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:1573 { …}
          .html/cto_5/vendor/symfony/event-dispatcher/EventDispatcher.php:257 { …}
          .html/cto_5/vendor/symfony/event-dispatcher/EventDispatcher.php:220 { …}
          .html/cto_5/vendor/symfony/event-dispatcher/EventDispatcher.php:56 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1111 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    15:19:45 DEBUG     [console] Command "contao:migrate --no-interaction -vvv" exited with code "1"
    [
      "command" => "contao:migrate --no-interaction -vvv",

  17. #17
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.254
    Partner-ID
    10107

    Standard

    Hast du auch wirklich immer folgendes gemacht?
    Zitat Zitat von Spooky Beitrag anzeigen
    Lösche nochmals die komplette Datenbank, importiere die Contao 4.13 Datenbank nochmal und führe dann nochmal contao:migrate --no-interaction -v aus.
    » sponsor me via GitHub or PayPal or Revolut

  18. #18
    Alter Contao-Hase
    Registriert seit
    12.10.2010.
    Beiträge
    1.053

    Standard

    ich habe alle Felder / Tabellen in der Datenbank gelöscht, sodaß diese komplett leer ist und die Sicherung wieder importiert.
    Oder muß ich eine komplett neue Datenbank auf dem Server wieder anlegen, also statt db_1 eine db_2 ?

  19. #19
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.254
    Partner-ID
    10107

    Standard

    Zitat Zitat von Schnippel Beitrag anzeigen
    ich habe alle Felder / Tabellen in der Datenbank gelöscht, sodaß diese komplett leer ist und die Sicherung wieder importiert.
    Aber hast du das auch wirklich vor jedem contao:migrate Aufruf gemacht? Die letzten 2 Ausgaben die du gepostet hast sind nämlich anders als die davor.

    Du musst außerdem immer die komplette Konsolenausgabe posten, inkl. Aufruf. Wiederhole den Prozess nochmal mit -vv
    » sponsor me via GitHub or PayPal or Revolut

  20. #20
    Alter Contao-Hase
    Registriert seit
    12.10.2010.
    Beiträge
    1.053

    Standard

    Nach dem Löschen der Tabellen in der Datenbank und dem nachfolgendem Importieren habe ich diesen Befehl hier eingegeben

    Code:
    p1xx:/ > php html/cto_5/vendor/bin/contao-console contao:migrate --no-interaction -vvv
    Dann kam dieses hier:

    Code:
    p1xx:/ > php html/cto_5/vendor/bin/contao-console contao:migrate --no-interaction -vvv
    16:21:24 INFO      [deprecation] User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Codefog\HasteBundle\EventListener\DoctrineOrmListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Codefog\HasteBundle\EventListener\DoctrineOrmListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        #code: 0
        #file: ".html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
        #line: 211
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Connection.php:387 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Connection.php:1655 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Connection.php:1082 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Connection.php:622 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:468 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:72 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:24 INFO      [deprecation] User Deprecated: The usage of a string $tableNames in AbstractSchemaManager::tablesExist() is deprecated. Pass a one-element array instead. (AbstractSchemaManager.php:319 called by AccesskeyMigration.php:59, https://github.com/doctrine/dbal/issues/3580, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: The usage of a string $tableNames in AbstractSchemaManager::tablesExist() is deprecated. Pass a one-element array instead. (AbstractSchemaManager.php:319 called by AccesskeyMigration.php:59, https://github.com/doctrine/dbal/issues/3580, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Schema/AbstractSchemaManager.php:319 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/Version500/AccesskeyMigration.php:59 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/Version500/AccesskeyMigration.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:27 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:213 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    
    
     [INFO] Creating a database dump to "backup__20240502142124.sql.gz" with the default options. Use --no-backup to disable
            this feature.
    
    
    16:21:24 INFO      [deprecation] User Deprecated: Not setting the CREATE_FOREIGNKEYS flag in AbstractPlatform::getCreateTableSQL() is deprecated. In order to build the statements that create multiple tables referencing each other via foreign keys, use AbstractPlatform::getCreateTablesSQL(). (AbstractPlatform.php:2085 called by Dumper.php:98, https://github.com/doctrine/dbal/pull/5416, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Not setting the CREATE_FOREIGNKEYS flag in AbstractPlatform::getCreateTableSQL() is deprecated. In order to build the statements that create multiple tables referencing each other via foreign keys, use AbstractPlatform::getCreateTablesSQL(). (AbstractPlatform.php:2085 called by Dumper.php:98, https://github.com/doctrine/dbal/pull/5416, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:2085 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/Dumper.php:98 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/Dumper.php:55 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/Dumper.php:30 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/BackupManager.php:168 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/BackupManager.php:98 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Connection.php:1282 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/BackupManager.php:98 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:133 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:24 INFO      [deprecation] User Deprecated: Subscribing to onSchemaCreateTable events is deprecated. (AbstractPlatform.php:2195 called by AbstractPlatform.php:2092, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Subscribing to onSchemaCreateTable events is deprecated. (AbstractPlatform.php:2195 called by AbstractPlatform.php:2092, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:2195 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:2092 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/Dumper.php:98 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/Dumper.php:55 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/Dumper.php:30 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/BackupManager.php:168 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/BackupManager.php:98 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Connection.php:1282 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Backup/BackupManager.php:98 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:133 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:25 INFO      [deprecation] User Deprecated: Connection::getWrappedConnection() is deprecated. Use Connection::getNativeConnection() to access the native connection. (Connection.php:1652 called by MigrateCommand.php:677, https://github.com/doctrine/dbal/issues/4966, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Connection::getWrappedConnection() is deprecated. Use Connection::getNativeConnection() to access the native connection. (Connection.php:1652 called by MigrateCommand.php:677, https://github.com/doctrine/dbal/issues/4966, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:173 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Connection.php:1652 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:677 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:171 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    Pending migrations
    ------------------
    
     * Contao\CoreBundle\Migration\Version500\BasicEntitiesMigration
    16:21:25 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php"
        #line: 1096
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php:1096 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
          .html/cto_5/var/cache/prod/contao/dca/tl_content.php:19 {
            include^
            › // Dynamically add the permission check
            › if (\Contao\Input::get('do') == 'article') {
            ›     \Contao\System::loadLanguageFile('tl_article');
          }
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:107 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:41 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:52 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:228 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:191 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:25 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php"
        #line: 1096
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php:1096 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
          .html/cto_5/var/cache/prod/contao/dca/tl_content.php:751 {
            include^
            › // Dynamically add the permission check and other callbacks
            › if (\Contao\Input::get('do') == 'news') {
            ›     \Contao\System::loadLanguageFile('tl_news');
          }
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:107 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:41 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:52 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:228 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:191 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:25 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php"
        #line: 1096
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php:1096 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
          .html/cto_5/var/cache/prod/contao/dca/tl_content.php:850 {
            include^
            › // Dynamically add the permission check and other callbacks
            › if (\Contao\Input::get('do') == 'calendar') {
            ›     \Contao\System::loadLanguageFile('tl_calendar_events');
          }
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:107 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:41 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:52 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:228 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:191 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:25 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php"
        #line: 1096
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php:1096 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:201 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:127 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:41 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:52 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:228 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:191 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
     * Contao\CoreBundle\Migration\Version500\BooleanFieldsMigration
     * Contao\CoreBundle\Migration\Version500\MemberCountryUppercaseMigration
     * Contao\CoreBundle\Migration\Version500\OrderFieldMigration
     * Contao\CoreBundle\Migration\Version503\FrontendModulesMigration
     * Contao\CoreBundle\Migration\Version503\RememberMeMigration
     * Contao\NewsBundle\Migration\FeedMigration
    
    Execute migrations
    ------------------
    
     * Contao\CoreBundle\Migration\Version500\BasicEntitiesMigration executed successfully
     * Contao\CoreBundle\Migration\Version500\BooleanFieldsMigration executed successfully
     * Contao\CoreBundle\Migration\Version500\MemberCountryUppercaseMigration executed successfully
     * Contao\CoreBundle\Migration\Version500\OrderFieldMigration executed successfully
     * Contao\CoreBundle\Migration\Version503\FrontendModulesMigration executed successfully
     * Contao\CoreBundle\Migration\Version503\RememberMeMigration executed successfully
     * Contao\NewsBundle\Migration\FeedMigration executed successfully
    
    
     [OK] Executed 7 migrations.
    
    
    Pending migrations
    ------------------
    
     * Contao\CoreBundle\Migration\Version500\BooleanFieldsMigration
    
    Execute migrations
    ------------------
    
     * Contao\CoreBundle\Migration\Version500\BooleanFieldsMigration executed successfully
    
    
     [OK] Executed 1 migrations.
    
    
    16:21:29 INFO      [deprecation] User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:82 called by Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:1407, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:82 called by Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:1407, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
        #code: 0
        #file: ".html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 { …}
          .html/cto_5/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:82 { …}
          .html/cto_5/var/cache/prod/ContainerHtvfxBy/Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:1407 {
            ContainerHtvfxBy\Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true)^
            › $c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
            › $c->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/vendor/contao/core-bundle/src/Entity')], false), 'Contao\\CoreBundle\\Entity');
            ›
          }
          .html/cto_5/var/cache/prod/ContainerHtvfxBy/Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:1374 { …}
          .html/cto_5/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 { …}
          .html/cto_5/vendor/symfony/var-exporter/LazyGhostTrait.php:178 { …}
          .html/cto_5/vendor/doctrine/orm/src/EntityManager.php:197 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:83 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:30 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_iso_attribute" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_iso_attribute" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Database/Installer.php:185 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php:306 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php:42 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DoctrineSchemaListener.php:38 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_storelocator_stores" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_storelocator_stores" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Database/Installer.php:185 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php:306 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php:42 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DoctrineSchemaListener.php:38 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_iso_product" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_iso_product" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Database/Installer.php:185 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php:306 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php:42 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DoctrineSchemaListener.php:38 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: Column::setCustomSchemaOptions() is deprecated. Use setPlatformOptions() instead. (Column.php:424 called by Column.php:92, https://github.com/doctrine/dbal/pull/5476, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Column::setCustomSchemaOptions() is deprecated. Use setPlatformOptions() instead. (Column.php:424 called by Column.php:92, https://github.com/doctrine/dbal/pull/5476, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Schema/Column.php:424 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Schema/Column.php:92 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Schema/Column.php:73 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Schema/Table.php:342 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php:91 { …}
          .html/cto_5/vendor/contao/core-bundle/src/EventListener/DoctrineSchemaListener.php:38 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_cms_content_group" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_cms_content_group" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_cms_conversion_item" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_cms_conversion_item" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_cms_link_shortener" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_cms_link_shortener" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_cms_link_shortener_statistics" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_cms_link_shortener_statistics" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_cms_marketing_item" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_cms_marketing_item" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_cms_statistic" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_cms_statistic" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_cms_tag" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_cms_tag" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_crawl_queue" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_crawl_queue" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_cron_job" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_cron_job" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_flipbook" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_flipbook" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_nc_queue" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_nc_queue" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_news_categories" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_news_categories" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_news_feed" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_news_feed" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_style" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_style" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_style_sheet" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_style_sheet" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_trusted_device" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_trusted_device" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto_5/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto_5/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: Relying on the default string column length on MySQL is deprecated, specify the length explicitly. (AbstractMySQLPlatform.php:235 called by AbstractPlatform.php:261, https://github.com/doctrine/dbal/issues/3263, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Relying on the default string column length on MySQL is deprecated, specify the length explicitly. (AbstractMySQLPlatform.php:235 called by AbstractPlatform.php:261, https://github.com/doctrine/dbal/issues/3263, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Platforms/AbstractMySQLPlatform.php:235 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:261 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:273 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Types/StringType.php:17 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/MysqlInnodbRowSizeCalculator.php:295 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Doctrine/Schema/MysqlInnodbRowSizeCalculator.php:42 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:661 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:644 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: Doctrine\DBAL\Schema\SchemaDiff::toSql is deprecated. Use AbstractPlatform::getAlterSchemaSQL() instead. (SchemaDiff.php:239 called by CommandCompiler.php:65, https://github.com/doctrine/dbal/pull/5766, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Doctrine\DBAL\Schema\SchemaDiff::toSql is deprecated. Use AbstractPlatform::getAlterSchemaSQL() instead. (SchemaDiff.php:239 called by CommandCompiler.php:65, https://github.com/doctrine/dbal/pull/5766, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:173 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Schema/SchemaDiff.php:239 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/CommandCompiler.php:65 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:334 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: The "collate" option is deprecated in favor of "collation" and will be removed in 4.0. (AbstractMySQLPlatform.php:590 called by AbstractMySQLPlatform.php:521, https://github.com/doctrine/dbal/issues/5214, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: The "collate" option is deprecated in favor of "collation" and will be removed in 4.0. (AbstractMySQLPlatform.php:590 called by AbstractMySQLPlatform.php:521, https://github.com/doctrine/dbal/issues/5214, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Platforms/AbstractMySQLPlatform.php:590 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Platforms/AbstractMySQLPlatform.php:521 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:2207 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:2110 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Platforms/AbstractMySQLPlatform.php:463 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Schema/SchemaDiff.php:282 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Schema/SchemaDiff.php:242 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/CommandCompiler.php:65 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:334 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:29 INFO      [deprecation] User Deprecated: Not passing the $fromTable to Doctrine\DBAL\Schema\TableDiff::__construct is deprecated. (TableDiff.php:188 called by DoctrineAlterTableListener.php:38, https://github.com/doctrine/dbal/pull/5678, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Not passing the $fromTable to Doctrine\DBAL\Schema\TableDiff::__construct is deprecated. (TableDiff.php:188 called by DoctrineAlterTableListener.php:38, https://github.com/doctrine/dbal/pull/5678, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto_5/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Schema/TableDiff.php:188 { …}
          .html/cto_5/vendor/contao/manager-bundle/src/EventListener/DoctrineAlterTableListener.php:38 { …}
          .html/cto_5/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:2829 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Platforms/AbstractMySQLPlatform.php:705 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Schema/SchemaDiff.php:289 { …}
          .html/cto_5/vendor/doctrine/dbal/src/Schema/SchemaDiff.php:242 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Migration/CommandCompiler.php:65 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:334 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto_5/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto_5/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1096 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    Pending database migrations (90a9e417310525108d8428f5a6ce60c55c55c571e66638305a746bb6cacccf7b)
    ----------------------------------------------------------------------------------------------
    
     * CREATE TABLE tl_message_queue (id BIGINT AUTO_INCREMENT NOT NULL, body LONGTEXT NOT NULL, headers LONGTEXT NOT NULL, queue_name VARCHAR(190) NOT NULL, created_at DATETIME NOT NULL COMMENT '(DC2Type:datetime_immutable)', available_at DATETIME NOT NULL COMMENT '(DC2Type:datetime_immutable)', delivered_at DATETIME DEFAULT NULL COMMENT '(DC2Type:datetime_immutable)', INDEX IDX_1E97E1ADFB7336F0 (queue_name), INDEX IDX_1E97E1ADE3BD61CE (available_at), INDEX IDX_1E97E1AD16BA31DB (delivered_at), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * CREATE TABLE tl_cookie (id INT UNSIGNED AUTO_INCREMENT NOT NULL, type VARCHAR(64) DEFAULT 'text' NOT NULL, iframeType VARCHAR(64) DEFAULT '' NOT NULL, pid INT UNSIGNED DEFAULT 0 NOT NULL, sorting INT UNSIGNED DEFAULT 0 NOT NULL, identifier VARCHAR(255) DEFAULT '' NOT NULL, tstamp INT UNSIGNED DEFAULT 0 NOT NULL, title VARCHAR(255) DEFAULT '' NOT NULL, token VARCHAR(255) DEFAULT '' NOT NULL, showTokens CHAR(1) DEFAULT '' NOT NULL, expireTime VARCHAR(255) DEFAULT '' NOT NULL, showExpireTime CHAR(1) DEFAULT '1' NOT NULL, provider VARCHAR(255) DEFAULT '' NOT NULL, showProvider CHAR(1) DEFAULT '1' NOT NULL, blockTemplate VARCHAR(64) DEFAULT '' NOT NULL, scriptTemplate VARCHAR(64) DEFAULT '' NOT NULL, vendorId VARCHAR(255) DEFAULT '' NOT NULL, vendorUrl VARCHAR(255) DEFAULT '' NOT NULL, description MEDIUMTEXT DEFAULT NULL, detailDescription MEDIUMTEXT DEFAULT NULL, blockDescription MEDIUMTEXT DEFAULT NULL, sourceUrl VARCHAR(255) DEFAULT '' NOT NULL, sourceLoadingMode CHAR(1) DEFAULT '' NOT NULL, sourceUrlParameter VARCHAR(255) DEFAULT '' NOT NULL, sourceVersioning CHAR(1) DEFAULT '' NOT NULL, scriptConfirmed TEXT DEFAULT NULL, scriptUnconfirmed TEXT DEFAULT NULL, scriptPosition VARCHAR(32) DEFAULT '' NOT NULL, scriptConfig TEXT DEFAULT NULL, globalConfig INT UNSIGNED DEFAULT 0 NOT NULL, gcmMode VARCHAR(32) DEFAULT '' NOT NULL, disabled CHAR(1) DEFAULT '' NOT NULL, checked CHAR(1) DEFAULT '' NOT NULL, blockCookies CHAR(1) DEFAULT '' NOT NULL, published CHAR(1) DEFAULT '' NOT NULL, INDEX pid_published (pid, published), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * CREATE TABLE tl_cookie_config (id INT UNSIGNED AUTO_INCREMENT NOT NULL, type VARCHAR(64) DEFAULT 'text' NOT NULL, tstamp INT UNSIGNED DEFAULT 0 NOT NULL, title VARCHAR(255) DEFAULT '' NOT NULL, vendorId VARCHAR(255) DEFAULT '' NOT NULL, sourceUrl VARCHAR(255) DEFAULT '' NOT NULL, sourceLoadingMode CHAR(1) DEFAULT '' NOT NULL, sourceUrlParameter VARCHAR(255) DEFAULT '' NOT NULL, scriptPosition VARCHAR(32) DEFAULT '' NOT NULL, scriptLoadingMode CHAR(1) DEFAULT '' NOT NULL, scriptConfig TEXT DEFAULT NULL, googleConsentMode CHAR(1) DEFAULT '' NOT NULL, published CHAR(1) DEFAULT '1' NOT NULL, INDEX published (published), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * CREATE TABLE tl_cookie_group (id INT UNSIGNED AUTO_INCREMENT NOT NULL, pid INT UNSIGNED DEFAULT 0 NOT NULL, sorting INT UNSIGNED DEFAULT 0 NOT NULL, identifier VARCHAR(255) DEFAULT '' NOT NULL, tstamp INT UNSIGNED DEFAULT 0 NOT NULL, title VARCHAR(255) DEFAULT '' NOT NULL, description MEDIUMTEXT DEFAULT NULL, published CHAR(1) DEFAULT '' NOT NULL, INDEX pid_published (pid, published), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * CREATE TABLE tl_cookie_log (id INT UNSIGNED AUTO_INCREMENT NOT NULL, cid INT UNSIGNED DEFAULT 0 NOT NULL, version INT UNSIGNED DEFAULT 0 NOT NULL, tstamp INT UNSIGNED DEFAULT 0 NOT NULL, domain VARCHAR(255) DEFAULT '' NOT NULL, url VARCHAR(255) DEFAULT '' NOT NULL, ip VARCHAR(255) DEFAULT '' NOT NULL, config TEXT DEFAULT NULL, INDEX cid (cid), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * CREATE TABLE tl_cookiebar (id INT UNSIGNED AUTO_INCREMENT NOT NULL, tstamp INT UNSIGNED DEFAULT 0 NOT NULL, title VARCHAR(255) DEFAULT '' NOT NULL, description MEDIUMTEXT DEFAULT NULL, infoDescription MEDIUMTEXT DEFAULT NULL, version INT UNSIGNED DEFAULT 1 NOT NULL, updateVersion CHAR(1) DEFAULT '' NOT NULL, infoUrls BLOB DEFAULT NULL, excludePages BLOB DEFAULT NULL, template VARCHAR(64) DEFAULT 'cookiebar_default_deny' NOT NULL, alignment VARCHAR(32) DEFAULT '' NOT NULL, buttonColorScheme VARCHAR(32) DEFAULT 'highlight' NOT NULL, blocking CHAR(1) DEFAULT '' NOT NULL, hideOnInit CHAR(1) DEFAULT '' NOT NULL, essentialCookieLanguage VARCHAR(2) DEFAULT '' NOT NULL, scriptPosition VARCHAR(32) DEFAULT '' NOT NULL, position VARCHAR(32) DEFAULT '' NOT NULL, cssID VARCHAR(255) DEFAULT '' NOT NULL, disableTrackingWhileLoggedIn CHAR(1) DEFAULT '' NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * CREATE TABLE tl_favorites (id INT UNSIGNED AUTO_INCREMENT NOT NULL, pid INT UNSIGNED DEFAULT 0 NOT NULL, sorting INT UNSIGNED DEFAULT 0 NOT NULL, tstamp INT UNSIGNED DEFAULT 0 NOT NULL, user INT UNSIGNED DEFAULT 0 NOT NULL, title VARCHAR(255) DEFAULT '' NOT NULL, url VARCHAR(1022) DEFAULT '' NOT NULL, INDEX tstamp (tstamp), INDEX pid_user (pid, user), INDEX url (url(768)), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * CREATE TABLE tl_nc_bulky_items (id INT UNSIGNED AUTO_INCREMENT NOT NULL, uuid BINARY(16) DEFAULT NULL, pid BINARY(16) DEFAULT NULL, tstamp INT UNSIGNED DEFAULT 0 NOT NULL, path CHAR(255) DEFAULT '' NOT NULL, type VARCHAR(16) NOT NULL, hash VARCHAR(32) DEFAULT '' NOT NULL, storage_meta LONGTEXT DEFAULT NULL, INDEX IDX_ACAB56575550C4ED (pid), UNIQUE INDEX UNIQ_ACAB5657D17F50A6 (uuid), INDEX IDX_ACAB5657B548B0F (path), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * DROP TABLE tl_cms_content_group
     * DROP TABLE tl_cms_conversion_item
     * DROP TABLE tl_cms_link_shortener
     * DROP TABLE tl_cms_link_shortener_statistics
     * DROP TABLE tl_cms_marketing_item
     * DROP TABLE tl_cms_statistic
     * DROP TABLE tl_cms_tag
     * DROP TABLE tl_flipbook
     * DROP TABLE tl_nc_queue
     * DROP TABLE tl_news_feed
     * DROP TABLE tl_style
     * DROP TABLE tl_style_sheet
     * DROP INDEX series ON rememberme_token
     * ALTER TABLE tl_article DROP keywords, DROP guests, CHANGE showTeaser showTeaser TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_article (tstamp)
     * ALTER TABLE tl_calendar CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE allowComments allowComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE moderate moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE bbcode bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireLogin requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_calendar (tstamp)
     * ALTER TABLE tl_calendar_events ADD canonicalLink VARCHAR(2048) DEFAULT '' NOT NULL, ADD linkText VARCHAR(255) DEFAULT '' NOT NULL, DROP imagemargin, CHANGE addTime addTime TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE recurring recurring TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addEnclosure addEnclosure TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noComments noComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE featured featured TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_calendar_events (tstamp)
     * CREATE INDEX tstamp ON tl_calendar_feed (tstamp)
     * ALTER TABLE tl_comments CHANGE addReply addReply TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notified notified TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notifiedReply notifiedReply TINYINT(1) DEFAULT 0 NOT NULL
     * ALTER TABLE tl_comments_notify CHANGE active active TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_comments_notify (tstamp)
     * DROP INDEX pid_ptable_invisible_start_stop ON tl_content
     * ALTER TABLE tl_content ADD closeSections TINYINT(1) DEFAULT 0 NOT NULL, ADD sectionHeadline VARCHAR(255) DEFAULT 'a:2:{s:5:"value";s:0:"";s:4:"unit";s:2:"h2";}' NOT NULL, ADD unfilteredHtml MEDIUMTEXT DEFAULT NULL, ADD prefillCookies CHAR(1) DEFAULT '' NOT NULL, DROP imagemargin, DROP guests, DROP cms_element_style, DROP cms_tag, DROP cms_tag_visibility, DROP cms_ci_reset, DROP cms_ci_views, DROP cms_ci_clicks, DROP cms_ci_id, DROP cms_mi_isMainTracker, DROP cms_mi_views, DROP cms_mi_label, DROP cms_mi_pages, DROP cms_mi_pages_criteria, DROP cms_mi_id, DROP cta_link, DROP cta_title, DROP cms_pages, DROP cms_pages_scope, DROP cms_lifetime, DROP cms_layout_option, DROP cms_tag_fallback_css_class, DROP cms_layout_selector, DROP duncrowFlipbookHiddenControlElements, DROP duncrowFlipbookBackgroundColor, DROP duncrowFlipbookControlbarPosition, DROP duncrowFlipbookHeight, DROP duncrowFlipbooks, DROP duncrowFlipbook, CHANGE ptable ptable VARCHAR(64) CHARACTER SET ascii DEFAULT 'tl_article' NOT NULL COLLATE `ascii_bin`, CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE thead thead TINYINT(1) DEFAULT 0 NOT NULL, CHANGE tfoot tfoot TINYINT(1) DEFAULT 0 NOT NULL, CHANGE tleft tleft TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sortable sortable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useImage useImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useHomeDir useHomeDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE metaIgnore metaIgnore TINYINT(1) DEFAULT 0 NOT NULL, CHANGE inline inline TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sliderContinuous sliderContinuous TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE invisible invisible TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_moderate com_moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_bbcode com_bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_disableCaptcha com_disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_requireLogin com_requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteLink overwriteLink TINYINT(1) DEFAULT 0 NOT NULL, CHANGE splashImage splashImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE showPreview showPreview TINYINT(1) DEFAULT 0 NOT NULL, CHANGE contentSliderFullsize contentSliderFullsize TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_content (tstamp)
     * CREATE INDEX ptable_pid_invisible_start_stop ON tl_content (ptable, pid, invisible, start, stop)
     * ALTER TABLE tl_faq DROP imagemargin, CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addEnclosure addEnclosure TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noComments noComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_faq (tstamp)
     * ALTER TABLE tl_faq_category CHANGE allowComments allowComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notify notify VARCHAR(32) DEFAULT 'notify_admin' NOT NULL, CHANGE sortOrder sortOrder VARCHAR(32) DEFAULT 'ascending' NOT NULL, CHANGE moderate moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE bbcode bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireLogin requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_faq_category (tstamp)
     * CREATE INDEX jumpto ON tl_faq_category (jumpto)
     * ALTER TABLE tl_files CHANGE found found TINYINT(1) DEFAULT 1 NOT NULL
     * CREATE INDEX tstamp ON tl_files (tstamp)
     * ALTER TABLE tl_form ADD ajax TINYINT(1) DEFAULT 0 NOT NULL, ADD confirmation TEXT DEFAULT NULL, CHANGE sendViaEmail sendViaEmail TINYINT(1) DEFAULT 0 NOT NULL, CHANGE skipEmpty skipEmpty TINYINT(1) DEFAULT 0 NOT NULL, CHANGE storeValues storeValues TINYINT(1) DEFAULT 0 NOT NULL, CHANGE novalidate novalidate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE allowTags allowTags TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_form (tstamp)
     * ALTER TABLE tl_form_field DROP tabindex, CHANGE invisible invisible TINYINT(1) DEFAULT 0 NOT NULL, CHANGE mandatory mandatory TINYINT(1) DEFAULT 0 NOT NULL, CHANGE multiple multiple TINYINT(1) DEFAULT 0 NOT NULL, CHANGE storeFile storeFile TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useHomeDir useHomeDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE doNotOverwrite doNotOverwrite TINYINT(1) DEFAULT 0 NOT NULL, CHANGE imageSubmit imageSubmit TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_form_field (tstamp)
     * ALTER TABLE tl_image_size ADD imageQuality INT DEFAULT NULL, ADD preserveMetadata VARCHAR(12) DEFAULT 'default' NOT NULL, ADD preserveMetadataFields BLOB DEFAULT NULL, CHANGE skipIfDimensionsMatch skipIfDimensionsMatch TINYINT(1) DEFAULT 0 NOT NULL, CHANGE lazyLoading lazyLoading TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_image_size (tstamp)
     * ALTER TABLE tl_image_size_item CHANGE invisible invisible TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_image_size_item (tstamp)
     * ALTER TABLE tl_layout DROP stylesheet, DROP loadingOrder, CHANGE combineScripts combineScripts TINYINT(1) DEFAULT 1 NOT NULL, CHANGE viewport viewport VARCHAR(255) DEFAULT 'width=device-width,initial-scale=1.0,shrink-to-fit=no' NOT NULL, CHANGE addJQuery addJQuery TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addMooTools addMooTools TINYINT(1) DEFAULT 0 NOT NULL, CHANGE static static TINYINT(1) DEFAULT 0 NOT NULL, CHANGE minifyMarkup minifyMarkup TINYINT(1) DEFAULT 1 NOT NULL
     * CREATE INDEX tstamp ON tl_layout (tstamp)
     * ALTER TABLE tl_log ADD uri VARCHAR(2048) DEFAULT '' NOT NULL, ADD page INT UNSIGNED DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_log (tstamp)
     * ALTER TABLE tl_member DROP locked, DROP loginAttempts, CHANGE login login TINYINT(1) DEFAULT 0 NOT NULL, CHANGE assignDir assignDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_member (tstamp)
     * ALTER TABLE tl_member_group CHANGE redirect redirect TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_member_group (tstamp)
     * ALTER TABLE tl_module ADD reqFullAuth TINYINT(1) DEFAULT 0 NOT NULL, ADD news_keepCanonical TINYINT(1) DEFAULT 0 NOT NULL, ADD nc_registration_auto_activate TINYINT(1) DEFAULT 1 NOT NULL, ADD nc_newsletter_activation_jumpTo INT UNSIGNED DEFAULT 0 NOT NULL, ADD cal_keepCanonical TINYINT(1) DEFAULT 0 NOT NULL, ADD pwResetPage INT UNSIGNED DEFAULT 0 NOT NULL, ADD titleText VARCHAR(255) DEFAULT '' NOT NULL, ADD linkTitle VARCHAR(255) DEFAULT '' NOT NULL, ADD prefillCookies CHAR(1) DEFAULT '' NOT NULL, DROP url, DROP guests, DROP news_metaFields, DROP mobile_menu_html, DROP mobile_menu_trigger, DROP mobile_menu_animationSpeed, DROP mobile_menu_animation, DROP mobile_menu_noShadow, DROP mobile_menu_offCanvas, DROP mobile_menu_overlay, DROP mobile_menu_size, DROP mobile_menu_position, DROP mobile_menu_closeOnLinkClick, DROP mobile_menu_parentTogglers, DROP mobile_menu_disableNavigation, DROP mobile_menu_breakpoint, DROP mobile_menu_tablets, DROP mobile_menu_phones, DROP mobile_menu_keepInPlace, DROP cms_tag, DROP cms_tag_visibility, DROP cms_ci_id, DROP cms_mi_id, DROP cms_tag_cookie_lifetime, DROP cms_exclude_pages, DROP cms_tag_set_style, DROP cms_tag_reject_label, DROP cms_tag_accept_label, DROP cms_tag_override_label, DROP cms_tag_accept_all_label, DROP cms_tag_accept_subdomains, DROP cms_tag_fallback_css_class, DROP cms_layout_selector, CHANGE hardLimit hardLimit TINYINT(1) DEFAULT 0 NOT NULL, CHANGE showProtected showProtected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE defineRoot defineRoot TINYINT(1) DEFAULT 0 NOT NULL, CHANGE showHidden showHidden TINYINT(1) DEFAULT 0 NOT NULL, CHANGE autologin autologin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE redirectBack redirectBack TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fuzzy fuzzy TINYINT(1) DEFAULT 0 NOT NULL, CHANGE loadFirst loadFirst TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useCaption useCaption TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_allowLogin reg_allowLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_skipName reg_skipName TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_assignDir reg_assignDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_activate reg_activate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_noSpan cal_noSpan TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_hideRunning cal_hideRunning TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_ignoreDynamic cal_ignoreDynamic TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_showQuantity cal_showQuantity TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_moderate com_moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_bbcode com_bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_requireLogin com_requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_disableCaptcha com_disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL, CHANGE news_showQuantity news_showQuantity TINYINT(1) DEFAULT 0 NOT NULL, CHANGE nl_hideChannels nl_hideChannels TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_deleteDir reg_deleteDir TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_module (tstamp)
     * ALTER TABLE tl_module ADD unfilteredHtml MEDIUMTEXT DEFAULT NULL, DROP cms_tag_text
     * DROP INDEX queue_croninterval ON tl_nc_gateway
     * ALTER TABLE tl_nc_gateway DROP queue_targetGateway, DROP queue_cronEnable, DROP queue_cronInterval, DROP queue_cronMessages, DROP email_overrideSmtp, DROP email_smtpHost, DROP email_smtpUser, DROP email_smtpPass, DROP email_smtpEnc, DROP email_smtpPort, DROP file_type, DROP file_connection, DROP file_host, DROP file_port, DROP file_username, DROP file_password, DROP file_path, DROP postmark_key, DROP postmark_test, DROP postmark_ssl, DROP queue_delay, CHANGE title title VARCHAR(255) DEFAULT NULL, CHANGE type type VARCHAR(64) DEFAULT NULL, CHANGE mailerTransport mailerTransport VARCHAR(64) DEFAULT NULL
     * ALTER TABLE tl_nc_language DROP gateway_type, DROP email_external_images, DROP file_name, DROP file_storage_mode, DROP file_content, DROP attachment_templates, CHANGE language language VARCHAR(64) DEFAULT NULL, CHANGE fallback fallback TINYINT(1) DEFAULT 0 NOT NULL, CHANGE recipients recipients VARCHAR(255) DEFAULT NULL, CHANGE attachment_tokens attachment_tokens VARCHAR(255) DEFAULT NULL, CHANGE email_sender_name email_sender_name VARCHAR(255) DEFAULT NULL, CHANGE email_sender_address email_sender_address VARCHAR(255) DEFAULT NULL, CHANGE email_recipient_cc email_recipient_cc LONGTEXT DEFAULT NULL, CHANGE email_recipient_bcc email_recipient_bcc LONGTEXT DEFAULT NULL, CHANGE email_replyTo email_replyTo VARCHAR(255) DEFAULT NULL, CHANGE email_subject email_subject VARCHAR(255) DEFAULT NULL, CHANGE email_mode email_mode VARCHAR(16) DEFAULT 'textOnly' NOT NULL, CHANGE email_text email_text LONGTEXT DEFAULT NULL, CHANGE email_html email_html LONGTEXT DEFAULT NULL
     * ALTER TABLE tl_nc_message ADD start VARCHAR(10) DEFAULT '' NOT NULL, ADD stop VARCHAR(10) DEFAULT '' NOT NULL, DROP gateway_type, DROP postmark_tag, DROP postmark_trackOpens, CHANGE title title VARCHAR(255) DEFAULT NULL, CHANGE email_priority email_priority SMALLINT UNSIGNED DEFAULT 3 NOT NULL, CHANGE email_template email_template VARCHAR(255) DEFAULT 'mail_default', CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL
     * ALTER TABLE tl_nc_notification DROP flatten_delimiter, DROP templates, CHANGE title title VARCHAR(255) DEFAULT NULL, CHANGE type type VARCHAR(128) DEFAULT NULL
     * ALTER TABLE tl_news ADD canonicalLink VARCHAR(2048) DEFAULT '' NOT NULL, ADD linkText VARCHAR(255) DEFAULT '' NOT NULL, DROP imagemargin, DROP cms_facebook_posts, DROP cms_facebook_queue_publish, DROP cms_facebook_pages, DROP cms_publish_facebook, CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addEnclosure addEnclosure TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noComments noComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE featured featured TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_news (tstamp)
     * ALTER TABLE tl_news_archive DROP cms_facebook_pages, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE allowComments allowComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notify notify VARCHAR(32) DEFAULT 'notify_admin' NOT NULL, CHANGE moderate moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE bbcode bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireLogin requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_news_archive (tstamp)
     * CREATE INDEX jumpto ON tl_news_archive (jumpto)
     * ALTER TABLE tl_newsletter ADD preheader VARCHAR(255) DEFAULT '' NOT NULL, CHANGE addFile addFile TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sendText sendText TINYINT(1) DEFAULT 0 NOT NULL, CHANGE externalImages externalImages TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sent sent TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_newsletter (tstamp)
     * CREATE INDEX tstamp ON tl_newsletter_channel (tstamp)
     * ALTER TABLE tl_newsletter_recipients CHANGE active active TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_newsletter_recipients (tstamp)
     * CREATE INDEX tstamp ON tl_opt_in (tstamp)
     * CREATE INDEX pid ON tl_opt_in_related (pid)
     * DROP INDEX type_dns ON tl_page
     * ALTER TABLE tl_page ADD enableCsp TINYINT(1) DEFAULT 0 NOT NULL, ADD csp LONGTEXT DEFAULT NULL, ADD cspReportOnly TINYINT(1) DEFAULT 0 NOT NULL, ADD cspReportLog TINYINT(1) DEFAULT 0 NOT NULL, ADD newsCategories LONGBLOB DEFAULT NULL, ADD activateCookiebar CHAR(1) DEFAULT '' NOT NULL, ADD triggerCookiebar CHAR(1) DEFAULT '' NOT NULL, ADD prefillCookies CHAR(1) DEFAULT '' NOT NULL, ADD overwriteCookiebarMeta CHAR(1) DEFAULT '' NOT NULL, ADD cookiebarConfig VARCHAR(64) DEFAULT '' NOT NULL, ADD cookiebarDescription MEDIUMTEXT DEFAULT NULL, ADD cookiebarInfoDescription MEDIUMTEXT DEFAULT NULL, ADD cookiebarInfoUrls BLOB DEFAULT NULL, ADD cookiebarExcludePages BLOB DEFAULT NULL, ADD cookiebarTemplate VARCHAR(64) DEFAULT '' NOT NULL, ADD cookiebarButtonColorScheme VARCHAR(32) DEFAULT '' NOT NULL, ADD cookiebarAlignment VARCHAR(32) DEFAULT '' NOT NULL, ADD cookiebarBlocking CHAR(1) DEFAULT '' NOT NULL, ADD cookiebarHideOnInit CHAR(1) DEFAULT '' NOT NULL, DROP guests, DROP tabindex, DROP cookiebar_combineAssets, DROP cookiebar_button, DROP cookiebar_position, DROP cookiebar_jumpTo, DROP cookiebar_message, DROP cookiebar_enable, DROP cookiebar_includeCss, DROP cookiebar_link, DROP cookiebar_url, DROP cms_mi_reset, DROP cms_mi_views, DROP cms_exclude_health_check, DROP cms_root_sign, DROP cms_root_data, DROP cms_root_key, DROP cms_root_license, CHANGE redirectBack redirectBack TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fallback fallback TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useSSL useSSL TINYINT(1) DEFAULT 1 NOT NULL, CHANGE autoforward autoforward TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE includeLayout includeLayout TINYINT(1) DEFAULT 0 NOT NULL, CHANGE includeCache includeCache TINYINT(1) DEFAULT 0 NOT NULL, CHANGE includeChmod includeChmod TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noSearch noSearch TINYINT(1) DEFAULT 0 NOT NULL, CHANGE hide hide TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireItem requireItem TINYINT(1) DEFAULT 0 NOT NULL, CHANGE enforceTwoFactor enforceTwoFactor TINYINT(1) DEFAULT 0 NOT NULL, CHANGE alwaysLoadFromCache alwaysLoadFromCache TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useFolderUrl useFolderUrl TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableLanguageRedirect disableLanguageRedirect TINYINT(1) DEFAULT 0 NOT NULL, CHANGE enableCanonical enableCanonical TINYINT(1) DEFAULT 0 NOT NULL, CHANGE maintenanceMode maintenanceMode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE alwaysForward alwaysForward TINYINT(1) DEFAULT 0 NOT NULL, CHANGE feedFormat feedFormat VARCHAR(32) CHARACTER SET ascii DEFAULT 'rss' NOT NULL COLLATE `ascii_bin`, CHANGE feedSource feedSource VARCHAR(32) CHARACTER SET ascii DEFAULT 'source_teaser' NOT NULL COLLATE `ascii_bin`
     * CREATE INDEX tstamp ON tl_page (tstamp)
     * CREATE INDEX type_dns_fallback_published_start_stop ON tl_page (type, dns, fallback, published, start, stop)
     * ALTER TABLE tl_page ADD newsCategories_show VARCHAR(16) DEFAULT '' NOT NULL, DROP cookiebar_placement
     * ALTER TABLE tl_preview_link CHANGE showUnpublished showUnpublished TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE restrictToUrl restrictToUrl TINYINT(1) DEFAULT 1 NOT NULL
     * CREATE INDEX tstamp ON tl_preview_link (tstamp)
     * DROP INDEX checksum_pid ON tl_search
     * ALTER TABLE tl_search CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_search (tstamp)
     * CREATE UNIQUE INDEX pid_checksum ON tl_search (pid, checksum)
     * ALTER TABLE tl_theme DROP vars
     * CREATE INDEX tstamp ON tl_theme (tstamp)
     * CREATE INDEX pid ON tl_undo (pid)
     * CREATE INDEX tstamp ON tl_undo (tstamp)
     * ALTER TABLE tl_user ADD doNotCollapse TINYINT(1) DEFAULT 0 NOT NULL, ADD frontendModules BLOB DEFAULT NULL, DROP locked, DROP newsfeeds, DROP newsfeedp, DROP fullscreen, DROP cms_pro_mode_enabled, DROP loginAttempts, CHANGE showHelp showHelp TINYINT(1) DEFAULT 1 NOT NULL, CHANGE thumbnails thumbnails TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useRTE useRTE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useCE useCE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE pwChange pwChange TINYINT(1) DEFAULT 0 NOT NULL, CHANGE `admin` `admin` TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_user (tstamp)
     * ALTER TABLE tl_user_group DROP newsfeeds, DROP newsfeedp, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_user_group (tstamp)
     * ALTER TABLE tl_version CHANGE active active TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_version (tstamp)
    
    Execute database migrations
    ---------------------------
    
     * CREATE TABLE tl_message_queue (id BIGINT AUTO_INCREMENT NOT NULL, body LONGTEXT NOT NULL, headers LONGTEXT NOT NULL, queue_name VARCHAR(190) NOT NULL, created_at DATETIME NOT NULL COMMENT '(DC2Type:datetime_immutable)', available_at DATETIME NOT NULL COMMENT '(DC2Type:datetime_immutable)', delivered_at DATETIME DEFAULT NULL COMMENT '(DC2Type:datetime_immutable)', INDEX IDX_1E97E1ADFB7336F0 (queue_name), INDEX IDX_1E97E1ADE3BD61CE (available_at), INDEX IDX_1E97E1AD16BA31DB (delivered_at), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * CREATE TABLE tl_cookie (id INT UNSIGNED AUTO_INCREMENT NOT NULL, type VARCHAR(64) DEFAULT 'text' NOT NULL, iframeType VARCHAR(64) DEFAULT '' NOT NULL, pid INT UNSIGNED DEFAULT 0 NOT NULL, sorting INT UNSIGNED DEFAULT 0 NOT NULL, identifier VARCHAR(255) DEFAULT '' NOT NULL, tstamp INT UNSIGNED DEFAULT 0 NOT NULL, title VARCHAR(255) DEFAULT '' NOT NULL, token VARCHAR(255) DEFAULT '' NOT NULL, showTokens CHAR(1) DEFAULT '' NOT NULL, expireTime VARCHAR(255) DEFAULT '' NOT NULL, showExpireTime CHAR(1) DEFAULT '1' NOT NULL, provider VARCHAR(255) DEFAULT '' NOT NULL, showProvider CHAR(1) DEFAULT '1' NOT NULL, blockTemplate VARCHAR(64) DEFAULT '' NOT NULL, scriptTemplate VARCHAR(64) DEFAULT '' NOT NULL, vendorId VARCHAR(255) DEFAULT '' NOT NULL, vendorUrl VARCHAR(255) DEFAULT '' NOT NULL, description MEDIUMTEXT DEFAULT NULL, detailDescription MEDIUMTEXT DEFAULT NULL, blockDescription MEDIUMTEXT DEFAULT NULL, sourceUrl VARCHAR(255) DEFAULT '' NOT NULL, sourceLoadingMode CHAR(1) DEFAULT '' NOT NULL, sourceUrlParameter VARCHAR(255) DEFAULT '' NOT NULL, sourceVersioning CHAR(1) DEFAULT '' NOT NULL, scriptConfirmed TEXT DEFAULT NULL, scriptUnconfirmed TEXT DEFAULT NULL, scriptPosition VARCHAR(32) DEFAULT '' NOT NULL, scriptConfig TEXT DEFAULT NULL, globalConfig INT UNSIGNED DEFAULT 0 NOT NULL, gcmMode VARCHAR(32) DEFAULT '' NOT NULL, disabled CHAR(1) DEFAULT '' NOT NULL, checked CHAR(1) DEFAULT '' NOT NULL, blockCookies CHAR(1) DEFAULT '' NOT NULL, published CHAR(1) DEFAULT '' NOT NULL, INDEX pid_published (pid, published), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * CREATE TABLE tl_cookie_config (id INT UNSIGNED AUTO_INCREMENT NOT NULL, type VARCHAR(64) DEFAULT 'text' NOT NULL, tstamp INT UNSIGNED DEFAULT 0 NOT NULL, title VARCHAR(255) DEFAULT '' NOT NULL, vendorId VARCHAR(255) DEFAULT '' NOT NULL, sourceUrl VARCHAR(255) DEFAULT '' NOT NULL, sourceLoadingMode CHAR(1) DEFAULT '' NOT NULL, sourceUrlParameter VARCHAR(255) DEFAULT '' NOT NULL, scriptPosition VARCHAR(32) DEFAULT '' NOT NULL, scriptLoadingMode CHAR(1) DEFAULT '' NOT NULL, scriptConfig TEXT DEFAULT NULL, googleConsentMode CHAR(1) DEFAULT '' NOT NULL, published CHAR(1) DEFAULT '1' NOT NULL, INDEX published (published), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * CREATE TABLE tl_cookie_group (id INT UNSIGNED AUTO_INCREMENT NOT NULL, pid INT UNSIGNED DEFAULT 0 NOT NULL, sorting INT UNSIGNED DEFAULT 0 NOT NULL, identifier VARCHAR(255) DEFAULT '' NOT NULL, tstamp INT UNSIGNED DEFAULT 0 NOT NULL, title VARCHAR(255) DEFAULT '' NOT NULL, description MEDIUMTEXT DEFAULT NULL, published CHAR(1) DEFAULT '' NOT NULL, INDEX pid_published (pid, published), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * CREATE TABLE tl_cookie_log (id INT UNSIGNED AUTO_INCREMENT NOT NULL, cid INT UNSIGNED DEFAULT 0 NOT NULL, version INT UNSIGNED DEFAULT 0 NOT NULL, tstamp INT UNSIGNED DEFAULT 0 NOT NULL, domain VARCHAR(255) DEFAULT '' NOT NULL, url VARCHAR(255) DEFAULT '' NOT NULL, ip VARCHAR(255) DEFAULT '' NOT NULL, config TEXT DEFAULT NULL, INDEX cid (cid), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * CREATE TABLE tl_cookiebar (id INT UNSIGNED AUTO_INCREMENT NOT NULL, tstamp INT UNSIGNED DEFAULT 0 NOT NULL, title VARCHAR(255) DEFAULT '' NOT NULL, description MEDIUMTEXT DEFAULT NULL, infoDescription MEDIUMTEXT DEFAULT NULL, version INT UNSIGNED DEFAULT 1 NOT NULL, updateVersion CHAR(1) DEFAULT '' NOT NULL, infoUrls BLOB DEFAULT NULL, excludePages BLOB DEFAULT NULL, template VARCHAR(64) DEFAULT 'cookiebar_default_deny' NOT NULL, alignment VARCHAR(32) DEFAULT '' NOT NULL, buttonColorScheme VARCHAR(32) DEFAULT 'highlight' NOT NULL, blocking CHAR(1) DEFAULT '' NOT NULL, hideOnInit CHAR(1) DEFAULT '' NOT NULL, essentialCookieLanguage VARCHAR(2) DEFAULT '' NOT NULL, scriptPosition VARCHAR(32) DEFAULT '' NOT NULL, position VARCHAR(32) DEFAULT '' NOT NULL, cssID VARCHAR(255) DEFAULT '' NOT NULL, disableTrackingWhileLoggedIn CHAR(1) DEFAULT '' NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * CREATE TABLE tl_favorites (id INT UNSIGNED AUTO_INCREMENT NOT NULL, pid INT UNSIGNED DEFAULT 0 NOT NULL, sorting INT UNSIGNED DEFAULT 0 NOT NULL, tstamp INT UNSIGNED DEFAULT 0 NOT NULL, user INT UNSIGNED DEFAULT 0 NOT NULL, title VARCHAR(255) DEFAULT '' NOT NULL, url VARCHAR(1022) DEFAULT '' NOT NULL, INDEX tstamp (tstamp), INDEX pid_user (pid, user), INDEX url (url(768)), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * CREATE TABLE tl_nc_bulky_items (id INT UNSIGNED AUTO_INCREMENT NOT NULL, uuid BINARY(16) DEFAULT NULL, pid BINARY(16) DEFAULT NULL, tstamp INT UNSIGNED DEFAULT 0 NOT NULL, path CHAR(255) DEFAULT '' NOT NULL, type VARCHAR(16) NOT NULL, hash VARCHAR(32) DEFAULT '' NOT NULL, storage_meta LONGTEXT DEFAULT NULL, INDEX IDX_ACAB56575550C4ED (pid), UNIQUE INDEX UNIQ_ACAB5657D17F50A6 (uuid), INDEX IDX_ACAB5657B548B0F (path), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * DROP INDEX series ON rememberme_token
     * ALTER TABLE tl_article CHANGE showTeaser showTeaser TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_article (tstamp)
     * ALTER TABLE tl_calendar CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE allowComments allowComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE moderate moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE bbcode bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireLogin requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_calendar (tstamp)
     * ALTER TABLE tl_calendar_events ADD canonicalLink VARCHAR(2048) DEFAULT '' NOT NULL, ADD linkText VARCHAR(255) DEFAULT '' NOT NULL, CHANGE addTime addTime TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE recurring recurring TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addEnclosure addEnclosure TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noComments noComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE featured featured TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_calendar_events (tstamp)
     * CREATE INDEX tstamp ON tl_calendar_feed (tstamp)
     * ALTER TABLE tl_comments CHANGE addReply addReply TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notified notified TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notifiedReply notifiedReply TINYINT(1) DEFAULT 0 NOT NULL
     * ALTER TABLE tl_comments_notify CHANGE active active TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_comments_notify (tstamp)
     * DROP INDEX pid_ptable_invisible_start_stop ON tl_content
     * ALTER TABLE tl_content ADD closeSections TINYINT(1) DEFAULT 0 NOT NULL, ADD sectionHeadline VARCHAR(255) DEFAULT 'a:2:{s:5:"value";s:0:"";s:4:"unit";s:2:"h2";}' NOT NULL, ADD unfilteredHtml MEDIUMTEXT DEFAULT NULL, ADD prefillCookies CHAR(1) DEFAULT '' NOT NULL, CHANGE ptable ptable VARCHAR(64) CHARACTER SET ascii DEFAULT 'tl_article' NOT NULL COLLATE `ascii_bin`, CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE thead thead TINYINT(1) DEFAULT 0 NOT NULL, CHANGE tfoot tfoot TINYINT(1) DEFAULT 0 NOT NULL, CHANGE tleft tleft TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sortable sortable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useImage useImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useHomeDir useHomeDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE metaIgnore metaIgnore TINYINT(1) DEFAULT 0 NOT NULL, CHANGE inline inline TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sliderContinuous sliderContinuous TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE invisible invisible TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_moderate com_moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_bbcode com_bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_disableCaptcha com_disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_requireLogin com_requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteLink overwriteLink TINYINT(1) DEFAULT 0 NOT NULL, CHANGE splashImage splashImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE showPreview showPreview TINYINT(1) DEFAULT 0 NOT NULL, CHANGE contentSliderFullsize contentSliderFullsize TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_content (tstamp)
     * CREATE INDEX ptable_pid_invisible_start_stop ON tl_content (ptable, pid, invisible, start, stop)
     * ALTER TABLE tl_faq CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addEnclosure addEnclosure TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noComments noComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_faq (tstamp)
     * ALTER TABLE tl_faq_category CHANGE allowComments allowComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notify notify VARCHAR(32) DEFAULT 'notify_admin' NOT NULL, CHANGE sortOrder sortOrder VARCHAR(32) DEFAULT 'ascending' NOT NULL, CHANGE moderate moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE bbcode bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireLogin requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_faq_category (tstamp)
     * CREATE INDEX jumpto ON tl_faq_category (jumpto)
     * ALTER TABLE tl_files CHANGE found found TINYINT(1) DEFAULT 1 NOT NULL
     * CREATE INDEX tstamp ON tl_files (tstamp)
     * ALTER TABLE tl_form ADD ajax TINYINT(1) DEFAULT 0 NOT NULL, ADD confirmation TEXT DEFAULT NULL, CHANGE sendViaEmail sendViaEmail TINYINT(1) DEFAULT 0 NOT NULL, CHANGE skipEmpty skipEmpty TINYINT(1) DEFAULT 0 NOT NULL, CHANGE storeValues storeValues TINYINT(1) DEFAULT 0 NOT NULL, CHANGE novalidate novalidate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE allowTags allowTags TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_form (tstamp)
     * ALTER TABLE tl_form_field CHANGE invisible invisible TINYINT(1) DEFAULT 0 NOT NULL, CHANGE mandatory mandatory TINYINT(1) DEFAULT 0 NOT NULL, CHANGE multiple multiple TINYINT(1) DEFAULT 0 NOT NULL, CHANGE storeFile storeFile TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useHomeDir useHomeDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE doNotOverwrite doNotOverwrite TINYINT(1) DEFAULT 0 NOT NULL, CHANGE imageSubmit imageSubmit TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_form_field (tstamp)
     * ALTER TABLE tl_image_size ADD imageQuality INT DEFAULT NULL, ADD preserveMetadata VARCHAR(12) DEFAULT 'default' NOT NULL, ADD preserveMetadataFields BLOB DEFAULT NULL, CHANGE skipIfDimensionsMatch skipIfDimensionsMatch TINYINT(1) DEFAULT 0 NOT NULL, CHANGE lazyLoading lazyLoading TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_image_size (tstamp)
     * ALTER TABLE tl_image_size_item CHANGE invisible invisible TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_image_size_item (tstamp)
     * ALTER TABLE tl_layout CHANGE combineScripts combineScripts TINYINT(1) DEFAULT 1 NOT NULL, CHANGE viewport viewport VARCHAR(255) DEFAULT 'width=device-width,initial-scale=1.0,shrink-to-fit=no' NOT NULL, CHANGE addJQuery addJQuery TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addMooTools addMooTools TINYINT(1) DEFAULT 0 NOT NULL, CHANGE static static TINYINT(1) DEFAULT 0 NOT NULL, CHANGE minifyMarkup minifyMarkup TINYINT(1) DEFAULT 1 NOT NULL
     * CREATE INDEX tstamp ON tl_layout (tstamp)
     * ALTER TABLE tl_log ADD uri VARCHAR(2048) DEFAULT '' NOT NULL, ADD page INT UNSIGNED DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_log (tstamp)
     * ALTER TABLE tl_member CHANGE login login TINYINT(1) DEFAULT 0 NOT NULL, CHANGE assignDir assignDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_member (tstamp)
     * ALTER TABLE tl_member_group CHANGE redirect redirect TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_member_group (tstamp)
     * ALTER TABLE tl_module ADD reqFullAuth TINYINT(1) DEFAULT 0 NOT NULL, ADD news_keepCanonical TINYINT(1) DEFAULT 0 NOT NULL, ADD nc_registration_auto_activate TINYINT(1) DEFAULT 1 NOT NULL, ADD nc_newsletter_activation_jumpTo INT UNSIGNED DEFAULT 0 NOT NULL, ADD cal_keepCanonical TINYINT(1) DEFAULT 0 NOT NULL, ADD pwResetPage INT UNSIGNED DEFAULT 0 NOT NULL, ADD unfilteredHtml MEDIUMTEXT DEFAULT NULL, ADD titleText VARCHAR(255) DEFAULT '' NOT NULL, ADD linkTitle VARCHAR(255) DEFAULT '' NOT NULL, ADD prefillCookies CHAR(1) DEFAULT '' NOT NULL, CHANGE hardLimit hardLimit TINYINT(1) DEFAULT 0 NOT NULL, CHANGE showProtected showProtected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE defineRoot defineRoot TINYINT(1) DEFAULT 0 NOT NULL, CHANGE showHidden showHidden TINYINT(1) DEFAULT 0 NOT NULL, CHANGE autologin autologin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE redirectBack redirectBack TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fuzzy fuzzy TINYINT(1) DEFAULT 0 NOT NULL, CHANGE loadFirst loadFirst TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useCaption useCaption TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_allowLogin reg_allowLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_skipName reg_skipName TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_assignDir reg_assignDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_activate reg_activate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_noSpan cal_noSpan TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_hideRunning cal_hideRunning TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_ignoreDynamic cal_ignoreDynamic TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_showQuantity cal_showQuantity TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_moderate com_moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_bbcode com_bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_requireLogin com_requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_disableCaptcha com_disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL, CHANGE news_showQuantity news_showQuantity TINYINT(1) DEFAULT 0 NOT NULL, CHANGE nl_hideChannels nl_hideChannels TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_deleteDir reg_deleteDir TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_module (tstamp)
     * DROP INDEX queue_croninterval ON tl_nc_gateway
     * ALTER TABLE tl_nc_gateway CHANGE title title VARCHAR(255) DEFAULT NULL, CHANGE type type VARCHAR(64) DEFAULT NULL, CHANGE mailerTransport mailerTransport VARCHAR(64) DEFAULT NULL
     * ALTER TABLE tl_nc_language CHANGE language language VARCHAR(64) DEFAULT NULL, CHANGE fallback fallback TINYINT(1) DEFAULT 0 NOT NULL, CHANGE recipients recipients VARCHAR(255) DEFAULT NULL, CHANGE attachment_tokens attachment_tokens VARCHAR(255) DEFAULT NULL, CHANGE email_sender_name email_sender_name VARCHAR(255) DEFAULT NULL, CHANGE email_sender_address email_sender_address VARCHAR(255) DEFAULT NULL, CHANGE email_recipient_cc email_recipient_cc LONGTEXT DEFAULT NULL, CHANGE email_recipient_bcc email_recipient_bcc LONGTEXT DEFAULT NULL, CHANGE email_replyTo email_replyTo VARCHAR(255) DEFAULT NULL, CHANGE email_subject email_subject VARCHAR(255) DEFAULT NULL, CHANGE email_mode email_mode VARCHAR(16) DEFAULT 'textOnly' NOT NULL, CHANGE email_text email_text LONGTEXT DEFAULT NULL, CHANGE email_html email_html LONGTEXT DEFAULT NULL
     * ALTER TABLE tl_nc_message ADD start VARCHAR(10) DEFAULT '' NOT NULL, ADD stop VARCHAR(10) DEFAULT '' NOT NULL, CHANGE title title VARCHAR(255) DEFAULT NULL, CHANGE email_priority email_priority SMALLINT UNSIGNED DEFAULT 3 NOT NULL, CHANGE email_template email_template VARCHAR(255) DEFAULT 'mail_default', CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL
     * ALTER TABLE tl_nc_notification CHANGE title title VARCHAR(255) DEFAULT NULL, CHANGE type type VARCHAR(128) DEFAULT NULL
     * ALTER TABLE tl_news ADD canonicalLink VARCHAR(2048) DEFAULT '' NOT NULL, ADD linkText VARCHAR(255) DEFAULT '' NOT NULL, CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addEnclosure addEnclosure TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noComments noComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE featured featured TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_news (tstamp)
     * ALTER TABLE tl_news_archive CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE allowComments allowComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notify notify VARCHAR(32) DEFAULT 'notify_admin' NOT NULL, CHANGE moderate moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE bbcode bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireLogin requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_news_archive (tstamp)
     * CREATE INDEX jumpto ON tl_news_archive (jumpto)
     * ALTER TABLE tl_newsletter ADD preheader VARCHAR(255) DEFAULT '' NOT NULL, CHANGE addFile addFile TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sendText sendText TINYINT(1) DEFAULT 0 NOT NULL, CHANGE externalImages externalImages TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sent sent TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_newsletter (tstamp)
     * CREATE INDEX tstamp ON tl_newsletter_channel (tstamp)
     * ALTER TABLE tl_newsletter_recipients CHANGE active active TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_newsletter_recipients (tstamp)
     * CREATE INDEX tstamp ON tl_opt_in (tstamp)
     * CREATE INDEX pid ON tl_opt_in_related (pid)
     * DROP INDEX type_dns ON tl_page
     * ALTER TABLE tl_page ADD enableCsp TINYINT(1) DEFAULT 0 NOT NULL, ADD csp LONGTEXT DEFAULT NULL, ADD cspReportOnly TINYINT(1) DEFAULT 0 NOT NULL, ADD cspReportLog TINYINT(1) DEFAULT 0 NOT NULL, ADD newsCategories LONGBLOB DEFAULT NULL, ADD newsCategories_show VARCHAR(16) DEFAULT '' NOT NULL, ADD activateCookiebar CHAR(1) DEFAULT '' NOT NULL, ADD triggerCookiebar CHAR(1) DEFAULT '' NOT NULL, ADD prefillCookies CHAR(1) DEFAULT '' NOT NULL, ADD overwriteCookiebarMeta CHAR(1) DEFAULT '' NOT NULL, ADD cookiebarConfig VARCHAR(64) DEFAULT '' NOT NULL, ADD cookiebarDescription MEDIUMTEXT DEFAULT NULL, ADD cookiebarInfoDescription MEDIUMTEXT DEFAULT NULL, ADD cookiebarInfoUrls BLOB DEFAULT NULL, ADD cookiebarExcludePages BLOB DEFAULT NULL, ADD cookiebarTemplate VARCHAR(64) DEFAULT '' NOT NULL, ADD cookiebarButtonColorScheme VARCHAR(32) DEFAULT '' NOT NULL, ADD cookiebarAlignment VARCHAR(32) DEFAULT '' NOT NULL, ADD cookiebarBlocking CHAR(1) DEFAULT '' NOT NULL, ADD cookiebarHideOnInit CHAR(1) DEFAULT '' NOT NULL, CHANGE redirectBack redirectBack TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fallback fallback TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useSSL useSSL TINYINT(1) DEFAULT 1 NOT NULL, CHANGE autoforward autoforward TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE includeLayout includeLayout TINYINT(1) DEFAULT 0 NOT NULL, CHANGE includeCache includeCache TINYINT(1) DEFAULT 0 NOT NULL, CHANGE includeChmod includeChmod TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noSearch noSearch TINYINT(1) DEFAULT 0 NOT NULL, CHANGE hide hide TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireItem requireItem TINYINT(1) DEFAULT 0 NOT NULL, CHANGE enforceTwoFactor enforceTwoFactor TINYINT(1) DEFAULT 0 NOT NULL, CHANGE alwaysLoadFromCache alwaysLoadFromCache TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useFolderUrl useFolderUrl TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableLanguageRedirect disableLanguageRedirect TINYINT(1) DEFAULT 0 NOT NULL, CHANGE enableCanonical enableCanonical TINYINT(1) DEFAULT 0 NOT NULL, CHANGE maintenanceMode maintenanceMode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE alwaysForward alwaysForward TINYINT(1) DEFAULT 0 NOT NULL, CHANGE feedFormat feedFormat VARCHAR(32) CHARACTER SET ascii DEFAULT 'rss' NOT NULL COLLATE `ascii_bin`, CHANGE feedSource feedSource VARCHAR(32) CHARACTER SET ascii DEFAULT 'source_teaser' NOT NULL COLLATE `ascii_bin`
     * CREATE INDEX tstamp ON tl_page (tstamp)
     * CREATE INDEX type_dns_fallback_published_start_stop ON tl_page (type, dns, fallback, published, start, stop)
     * ALTER TABLE tl_preview_link CHANGE showUnpublished showUnpublished TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE restrictToUrl restrictToUrl TINYINT(1) DEFAULT 1 NOT NULL
     * CREATE INDEX tstamp ON tl_preview_link (tstamp)
     * DROP INDEX checksum_pid ON tl_search
     * ALTER TABLE tl_search CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_search (tstamp)
     * CREATE UNIQUE INDEX pid_checksum ON tl_search (pid, checksum)
     * CREATE INDEX tstamp ON tl_theme (tstamp)
     * CREATE INDEX pid ON tl_undo (pid)
     * CREATE INDEX tstamp ON tl_undo (tstamp)
     * ALTER TABLE tl_user ADD doNotCollapse TINYINT(1) DEFAULT 0 NOT NULL, ADD frontendModules BLOB DEFAULT NULL, CHANGE showHelp showHelp TINYINT(1) DEFAULT 1 NOT NULL, CHANGE thumbnails thumbnails TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useRTE useRTE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useCE useCE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE pwChange pwChange TINYINT(1) DEFAULT 0 NOT NULL, CHANGE `admin` `admin` TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL......FAILED
     * CREATE INDEX tstamp ON tl_user (tstamp)
     * ALTER TABLE tl_user_group CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_user_group (tstamp)
     * ALTER TABLE tl_version CHANGE active active TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_version (tstamp)
     * ALTER TABLE tl_user ADD doNotCollapse TINYINT(1) DEFAULT 0 NOT NULL, ADD frontendModules BLOB DEFAULT NULL, CHANGE showHelp showHelp TINYINT(1) DEFAULT 1 NOT NULL, CHANGE thumbnails thumbnails TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useRTE useRTE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useCE useCE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE pwChange pwChange TINYINT(1) DEFAULT 0 NOT NULL, CHANGE `admin` `admin` TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL......FAILED
    
    
     [OK] Executed 83 SQL queries.
    
    
    
     [ERROR] An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: ''
             for column 'admin' at row 2
    
    
    16:21:30 INFO      [deprecation] User Deprecated: Class "Nyholm\Psr7\Factory\HttplugFactory" is deprecated since version 1.8, use "Nyholm\Psr7\Factory\Psr17Factory" instead.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Class "Nyholm\Psr7\Factory\HttplugFactory" is deprecated since version 1.8, use "Nyholm\Psr7\Factory\Psr17Factory" instead."
        #code: 0
        #file: ".html/cto_5/vendor/nyholm/psr7/src/Factory/HttplugFactory.php"
        #line: 18
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto_5/vendor/nyholm/psr7/src/Factory/HttplugFactory.php:18 { …}
          .html/cto_5/vendor/composer/ClassLoader.php:495 { …}
          .html/cto_5/vendor/composer/ClassLoader.php:366 { …}
          Composer\Autoload\ClassLoader->loadClass() {}
          .html/cto_5/vendor/php-http/discovery/src/ClassDiscovery.php:250 { …}
          .html/cto_5/vendor/php-http/discovery/src/ClassDiscovery.php:188 { …}
          .html/cto_5/vendor/php-http/discovery/src/ClassDiscovery.php:198 { …}
          .html/cto_5/vendor/php-http/discovery/src/ClassDiscovery.php:80 { …}
          .html/cto_5/vendor/php-http/discovery/src/MessageFactoryDiscovery.php:27 { …}
          .html/cto_5/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpProxyClient.php:63 { …}
          .html/cto_5/var/cache/prod/ContainerHtvfxBy/Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:1660 {
            ContainerHtvfxBy\Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer::getFosHttpCache_ProxyClient_SymfonyService($container)^
            › {
            ›     return $container->services['fos_http_cache.proxy_client.symfony'] = new \FOS\HttpCache\ProxyClient\Symfony(new \FOS\HttpCache\SymfonyCache\KernelDispatcher(($container->services['kernel'] ?? $container->get('kernel', 1))), $container->parameters['fos_http_cache.proxy_client.symfony.options']);
            › }
          }
          .html/cto_5/var/cache/prod/ContainerHtvfxBy/Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:1633 { …}
          .html/cto_5/var/cache/prod/ContainerHtvfxBy/getFosHttpCache_EventListener_InvalidationService.php:23 { …}
          .html/cto_5/var/cache/prod/ContainerHtvfxBy/Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:820 { …}
          .html/cto_5/var/cache/prod/ContainerHtvfxBy/Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:1573 { …}
          .html/cto_5/vendor/symfony/event-dispatcher/EventDispatcher.php:257 { …}
          .html/cto_5/vendor/symfony/event-dispatcher/EventDispatcher.php:220 { …}
          .html/cto_5/vendor/symfony/event-dispatcher/EventDispatcher.php:56 { …}
          .html/cto_5/vendor/symfony/console/Application.php:1111 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto_5/vendor/symfony/console/Application.php:324 { …}
          .html/cto_5/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto_5/vendor/symfony/console/Application.php:175 { …}
          .html/cto_5/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto_5/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    16:21:30 DEBUG     [console] Command "contao:migrate --no-interaction -vvv" exited with code "1"
    [
      "command" => "contao:migrate --no-interaction -vvv",
      "code" => 1
    ]
    p1xx:/ >

  21. #21
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.254
    Partner-ID
    10107

    Standard

    Hm, sehr seltsam. Hast du evt. noch Applikationsanpassungen? Oder irgendwas in system/modules/ oder system/config/?
    » sponsor me via GitHub or PayPal or Revolut

  22. #22
    Alter Contao-Hase
    Registriert seit
    12.10.2010.
    Beiträge
    1.053

    Standard

    Also, ich habe jetzt nochmal ein völlig neues Projekt angelegt.

    Dazu habe in der Version 4.13.43 alle Erweiterungen gelöscht, sodaß nur Contao von 4.13.43 auf 5.3.7 umgestellt werden braucht.

    Die composer.json schaut so hier aus:

    Code:
        "name": "contao/managed-edition",
        "type": "project",
        "description": "Contao Open Source CMS",
        "license": "LGPL-3.0+",
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "require": {
            "php": "^8.1",
            "contao/calendar-bundle": "5.3.*",
            "contao/comments-bundle": "5.3.*",
            "contao/conflicts": "*@dev",
            "contao/faq-bundle": "5.3.*",
            "contao/listing-bundle": "5.3.*",
            "contao/manager-bundle": "5.3.*",
            "contao/news-bundle": "5.3.*",
            "contao/newsletter-bundle": "5.3.*"
        },
        "extra": {
            "contao-component-dir": "assets",
            "public-dir": "public"
        },
        "conflict": {
            "contao/core-bundle": "<4.4.1"
        },
        "config": {
            "component-dir": "assets"
        },
        "scripts": {
            "post-install-cmd": [
                "@php vendor/bin/contao-setup"
            ],
            "post-update-cmd": [
                "@php vendor/bin/contao-setup"
            ]
        }
    }

    Beim aktualisieren der Datenbank kommen die ersten Probleme:
    Unbenannt-1.jpg

    Das steht in der Konsolenausgabe

    Code:
    DROP TABLE tl_news_categories
    DROP TABLE tl_news_category
    DROP TABLE tl_news_feed
    DROP TABLE tl_style
    DROP TABLE tl_style_sheet
    ALTER TABLE tl_article DROP keywords, DROP guests
    ALTER TABLE tl_calendar_events DROP imagemargin, DROP twitter_image, DROP twitter_description, DROP twitter_title, DROP twitter_card, DROP twitter_creator, DROP twitter_site, DROP og_properties, DROP og_image, DROP og_type, DROP og_title
    ALTER TABLE tl_content DROP imagemargin, DROP guests, DROP news_module, DROP news_filterPreserve, DROP news_filterDefault, DROP news_filterCategories, DROP news_categoryImgSize, DROP news_categoryFilterPage, DROP news_includeSubcategories, DROP news_relatedCategories, DROP contentSliderSize, DROP timelineStop_customTpl, DROP timelineStart_customTpl, DROP timelineElement_customTpl, DROP timeline_nextLabel, DROP timeline_prevLabel, DROP timeline_eventsPerSlide, DROP timeline_orientation, DROP timeline_navPos, DROP contentSliderFullsize
    ALTER TABLE tl_faq DROP imagemargin, DROP twitter_image, DROP twitter_description, DROP twitter_title, DROP twitter_card, DROP twitter_creator, DROP twitter_site, DROP og_properties, DROP og_image, DROP og_type, DROP og_title
    ALTER TABLE tl_form_field DROP tabindex
    ALTER TABLE tl_layout DROP stylesheet, DROP loadingOrder
    ALTER TABLE tl_member DROP locked, DROP loginAttempts
    ALTER TABLE tl_module DROP url, DROP guests, DROP news_metaFields, DROP news_categoriesRoot, DROP news_resetCategories, DROP news_filterPreserve, DROP news_filterDefault, DROP news_relatedCategories, DROP news_filterCategories, DROP news_customCategories, DROP news_categories, DROP news_categoryImgSize, DROP news_categoryFilterPage, DROP news_forceCategoryUrl, DROP news_showEmptyCategories, DROP news_includeSubcategories, DROP news_relatedCategoriesOrder, DROP news_filterCategoriesCumulative, DROP news_filterCategoriesUnion, DROP news_enableCanonicalUrls
    ALTER TABLE tl_news DROP imagemargin, DROP twitter_image, DROP twitter_description, DROP twitter_title, DROP twitter_card, DROP twitter_creator, DROP twitter_site, DROP og_properties, DROP og_image, DROP og_type, DROP og_title
    ALTER TABLE tl_news_archive DROP categories, DROP limitCategories
    ALTER TABLE tl_page DROP guests, DROP tabindex, DROP newsCategories_param, DROP twitter_image, DROP twitter_description, DROP twitter_title, DROP twitter_card, DROP twitter_creator, DROP twitter_site, DROP og_properties, DROP og_image, DROP og_type, DROP og_title
    ALTER TABLE tl_theme DROP vars
    ALTER TABLE tl_undo DROP haste_data
    ALTER TABLE tl_user ADD doNotCollapse TINYINT(1) DEFAULT 0 NOT NULL, ADD frontendModules BLOB DEFAULT NULL, DROP locked, DROP newsfeeds, DROP newsfeedp, DROP fullscreen, DROP newscategories_default, DROP newscategories, DROP newscategories_roots, DROP loginAttempts, CHANGE showHelp showHelp TINYINT(1) DEFAULT 1 NOT NULL, CHANGE thumbnails thumbnails TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useRTE useRTE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useCE useCE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE pwChange pwChange TINYINT(1) DEFAULT 0 NOT NULL, CHANGE `admin` `admin` TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL
    ALTER TABLE tl_user_group DROP newsfeeds, DROP newsfeedp, DROP newscategories_default, DROP newscategories, DROP newscategories_roots
    undefined
    Die Umstellung auf Contao 5.3.7 hat zwar geklappt, aber wenn ich dann ins Backend gehe, kann ich die Benutzer nicht aufrufen.



    Wenn ich dann über den Contao-Manager die Datenbank aktualisiere, kommt wieder die Fehlermeldung

    Die Änderungen konnten nicht angewendet werden. Möglicherweise wurde die Datenbank geändert, bitte prüfe nochmals und versuche es erneut.

    Und auch hier wieder das Phänomen, daß man ins Backend rein kommt, aber Benutzer nicht öffnen kann..


    ####

    Habe dann erstmal die nötigen Erweiterungen installiert.
    Die composer.json schaut nun so hier aus:

    Code:
    {
        "name": "contao/managed-edition",
        "type": "project",
        "description": "Contao Open Source CMS",
        "license": "LGPL-3.0+",
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "require": {
            "php": "^8.1",
            "codefog/contao-news_categories": "^4.0",
            "contao/calendar-bundle": "5.3.*",
            "contao/comments-bundle": "5.3.*",
            "contao/conflicts": "*@dev",
            "contao/faq-bundle": "5.3.*",
            "contao/listing-bundle": "5.3.*",
            "contao/manager-bundle": "5.3.*",
            "contao/news-bundle": "5.3.*",
            "contao/newsletter-bundle": "5.3.*",
            "numero2/contao-opengraph3": "^4.3",
            "pdir/animated-timeline-bundle": "^1.3"
        },
        "extra": {
            "contao-component-dir": "assets",
            "public-dir": "public"
        },
        "conflict": {
            "contao/core-bundle": "<4.4.1"
        },
        "config": {
            "component-dir": "assets"
        },
        "scripts": {
            "post-install-cmd": [
                "@php vendor/bin/contao-setup"
            ],
            "post-update-cmd": [
                "@php vendor/bin/contao-setup"
            ]
        }
    }
    Das Datenbank-Update brachte keine Besserung..


    Also
    1. Datenbank wieder leeren
    2. Datenbank-Dump der 4.13.43 Version importieren
    3. php html/cto/cto_x/vendor/bin/contao-console contao:migrate --no-interaction -v

    Ergebnis:
    Code:
    p1xxx:/ > php html/cto/cto_x/vendor/bin/contao-console contao:migrate --no-interaction -v
    
    
     [INFO] Creating a database dump to "backup__20240502195419.sql.gz" with the default options. Use
            --no-backup to disable this feature.
    
    
    Pending migrations
    ------------------
    
     * Contao\CoreBundle\Migration\Version500\BasicEntitiesMigration
     * Contao\CoreBundle\Migration\Version500\BooleanFieldsMigration
     * Contao\CoreBundle\Migration\Version500\MemberCountryUppercaseMigration
     * Contao\CoreBundle\Migration\Version500\OrderFieldMigration
     * Contao\CoreBundle\Migration\Version503\FrontendModulesMigration
     * Contao\CoreBundle\Migration\Version503\RememberMeMigration
     * Contao\NewsBundle\Migration\FeedMigration
    
    Execute migrations
    ------------------
    
     * Contao\CoreBundle\Migration\Version500\BasicEntitiesMigration executed successfully
     * Contao\CoreBundle\Migration\Version500\BooleanFieldsMigration executed successfully
     * Contao\CoreBundle\Migration\Version500\MemberCountryUppercaseMigration executed successfully
     * Contao\CoreBundle\Migration\Version500\OrderFieldMigration executed successfully
     * Contao\CoreBundle\Migration\Version503\FrontendModulesMigration executed successfully
     * Contao\CoreBundle\Migration\Version503\RememberMeMigration executed successfully
     * Contao\NewsBundle\Migration\FeedMigration executed successfully
    
    
     [OK] Executed 7 migrations.
    
    
    Pending migrations
    ------------------
    
     * Contao\CoreBundle\Migration\Version500\BooleanFieldsMigration
    
    Execute migrations
    ------------------
    
     * Contao\CoreBundle\Migration\Version500\BooleanFieldsMigration executed successfully
    
    
     [OK] Executed 1 migrations.
    
    
    Pending database migrations (c0d9cbf4e67cea90a2fc13ec56fbab658fc1f52334cb665b5c5b3ab14a664fe9)
    ----------------------------------------------------------------------------------------------
    
     * CREATE TABLE tl_message_queue (id BIGINT AUTO_INCREMENT NOT NULL, body LONGTEXT NOT NULL, headers LONGTEXT NOT NULL, queue_name VARCHAR(190) NOT NULL, created_at DATETIME NOT NULL COMMENT '(DC2Type:datetime_immutable)', available_at DATETIME NOT NULL COMMENT '(DC2Type:datetime_immutable)', delivered_at DATETIME DEFAULT NULL COMMENT '(DC2Type:datetime_immutable)', INDEX IDX_1E97E1ADFB7336F0 (queue_name), INDEX IDX_1E97E1ADE3BD61CE (available_at), INDEX IDX_1E97E1AD16BA31DB (delivered_at), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * CREATE TABLE tl_favorites (id INT UNSIGNED AUTO_INCREMENT NOT NULL, pid INT UNSIGNED DEFAULT 0 NOT NULL, sorting INT UNSIGNED DEFAULT 0 NOT NULL, tstamp INT UNSIGNED DEFAULT 0 NOT NULL, user INT UNSIGNED DEFAULT 0 NOT NULL, title VARCHAR(255) DEFAULT '' NOT NULL, url VARCHAR(1022) DEFAULT '' NOT NULL, INDEX tstamp (tstamp), INDEX pid_user (pid, user), INDEX url (url(768)), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * DROP TABLE tl_news_feed
     * DROP TABLE tl_style
     * DROP TABLE tl_style_sheet
     * DROP INDEX series ON rememberme_token
     * ALTER TABLE tl_article DROP keywords, DROP guests, CHANGE showTeaser showTeaser TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_article (tstamp)
     * ALTER TABLE tl_calendar CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE allowComments allowComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE moderate moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE bbcode bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireLogin requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_calendar (tstamp)
     * ALTER TABLE tl_calendar_events ADD canonicalLink VARCHAR(2048) DEFAULT '' NOT NULL, ADD linkText VARCHAR(255) DEFAULT '' NOT NULL, DROP imagemargin, CHANGE addTime addTime TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE recurring recurring TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addEnclosure addEnclosure TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noComments noComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE featured featured TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_calendar_events (tstamp)
     * CREATE INDEX tstamp ON tl_calendar_feed (tstamp)
     * ALTER TABLE tl_comments CHANGE addReply addReply TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notified notified TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notifiedReply notifiedReply TINYINT(1) DEFAULT 0 NOT NULL
     * ALTER TABLE tl_comments_notify CHANGE active active TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_comments_notify (tstamp)
     * DROP INDEX pid_ptable_invisible_start_stop ON tl_content
     * ALTER TABLE tl_content ADD closeSections TINYINT(1) DEFAULT 0 NOT NULL, ADD sectionHeadline VARCHAR(255) DEFAULT 'a:2:{s:5:"value";s:0:"";s:4:"unit";s:2:"h2";}' NOT NULL, ADD unfilteredHtml MEDIUMTEXT DEFAULT NULL, DROP imagemargin, DROP guests, CHANGE ptable ptable VARCHAR(64) CHARACTER SET ascii DEFAULT 'tl_article' NOT NULL COLLATE `ascii_bin`, CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE thead thead TINYINT(1) DEFAULT 0 NOT NULL, CHANGE tfoot tfoot TINYINT(1) DEFAULT 0 NOT NULL, CHANGE tleft tleft TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sortable sortable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useImage useImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useHomeDir useHomeDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE metaIgnore metaIgnore TINYINT(1) DEFAULT 0 NOT NULL, CHANGE inline inline TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sliderContinuous sliderContinuous TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE invisible invisible TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_moderate com_moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_bbcode com_bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_disableCaptcha com_disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_requireLogin com_requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteLink overwriteLink TINYINT(1) DEFAULT 0 NOT NULL, CHANGE splashImage splashImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE showPreview showPreview TINYINT(1) DEFAULT 0 NOT NULL, CHANGE contentSliderFullsize contentSliderFullsize TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_content (tstamp)
     * CREATE INDEX ptable_pid_invisible_start_stop ON tl_content (ptable, pid, invisible, start, stop)
     * ALTER TABLE tl_faq DROP imagemargin, CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addEnclosure addEnclosure TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noComments noComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_faq (tstamp)
     * ALTER TABLE tl_faq_category CHANGE allowComments allowComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notify notify VARCHAR(32) DEFAULT 'notify_admin' NOT NULL, CHANGE sortOrder sortOrder VARCHAR(32) DEFAULT 'ascending' NOT NULL, CHANGE moderate moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE bbcode bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireLogin requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_faq_category (tstamp)
     * CREATE INDEX jumpto ON tl_faq_category (jumpto)
     * ALTER TABLE tl_files CHANGE found found TINYINT(1) DEFAULT 1 NOT NULL
     * CREATE INDEX tstamp ON tl_files (tstamp)
     * ALTER TABLE tl_form ADD ajax TINYINT(1) DEFAULT 0 NOT NULL, ADD confirmation TEXT DEFAULT NULL, CHANGE sendViaEmail sendViaEmail TINYINT(1) DEFAULT 0 NOT NULL, CHANGE skipEmpty skipEmpty TINYINT(1) DEFAULT 0 NOT NULL, CHANGE storeValues storeValues TINYINT(1) DEFAULT 0 NOT NULL, CHANGE novalidate novalidate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE allowTags allowTags TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_form (tstamp)
     * ALTER TABLE tl_form_field DROP tabindex, CHANGE invisible invisible TINYINT(1) DEFAULT 0 NOT NULL, CHANGE mandatory mandatory TINYINT(1) DEFAULT 0 NOT NULL, CHANGE multiple multiple TINYINT(1) DEFAULT 0 NOT NULL, CHANGE storeFile storeFile TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useHomeDir useHomeDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE doNotOverwrite doNotOverwrite TINYINT(1) DEFAULT 0 NOT NULL, CHANGE imageSubmit imageSubmit TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_form_field (tstamp)
     * ALTER TABLE tl_image_size ADD imageQuality INT DEFAULT NULL, ADD preserveMetadata VARCHAR(12) DEFAULT 'default' NOT NULL, ADD preserveMetadataFields BLOB DEFAULT NULL, CHANGE skipIfDimensionsMatch skipIfDimensionsMatch TINYINT(1) DEFAULT 0 NOT NULL, CHANGE lazyLoading lazyLoading TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_image_size (tstamp)
     * ALTER TABLE tl_image_size_item CHANGE invisible invisible TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_image_size_item (tstamp)
     * ALTER TABLE tl_layout DROP stylesheet, DROP loadingOrder, CHANGE combineScripts combineScripts TINYINT(1) DEFAULT 1 NOT NULL, CHANGE viewport viewport VARCHAR(255) DEFAULT 'width=device-width,initial-scale=1.0,shrink-to-fit=no' NOT NULL, CHANGE addJQuery addJQuery TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addMooTools addMooTools TINYINT(1) DEFAULT 0 NOT NULL, CHANGE static static TINYINT(1) DEFAULT 0 NOT NULL, CHANGE minifyMarkup minifyMarkup TINYINT(1) DEFAULT 1 NOT NULL
     * CREATE INDEX tstamp ON tl_layout (tstamp)
     * ALTER TABLE tl_log ADD uri VARCHAR(2048) DEFAULT '' NOT NULL, ADD page INT UNSIGNED DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_log (tstamp)
     * ALTER TABLE tl_member DROP locked, DROP loginAttempts, CHANGE login login TINYINT(1) DEFAULT 0 NOT NULL, CHANGE assignDir assignDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_member (tstamp)
     * ALTER TABLE tl_member_group CHANGE redirect redirect TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_member_group (tstamp)
     * ALTER TABLE tl_module ADD reqFullAuth TINYINT(1) DEFAULT 0 NOT NULL, ADD news_keepCanonical TINYINT(1) DEFAULT 0 NOT NULL, ADD cal_keepCanonical TINYINT(1) DEFAULT 0 NOT NULL, ADD pwResetPage INT UNSIGNED DEFAULT 0 NOT NULL, ADD unfilteredHtml MEDIUMTEXT DEFAULT NULL, DROP url, DROP guests, DROP news_metaFields, CHANGE hardLimit hardLimit TINYINT(1) DEFAULT 0 NOT NULL, CHANGE showProtected showProtected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE defineRoot defineRoot TINYINT(1) DEFAULT 0 NOT NULL, CHANGE showHidden showHidden TINYINT(1) DEFAULT 0 NOT NULL, CHANGE autologin autologin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE redirectBack redirectBack TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fuzzy fuzzy TINYINT(1) DEFAULT 0 NOT NULL, CHANGE loadFirst loadFirst TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useCaption useCaption TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_allowLogin reg_allowLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_skipName reg_skipName TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_assignDir reg_assignDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_activate reg_activate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_noSpan cal_noSpan TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_hideRunning cal_hideRunning TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_ignoreDynamic cal_ignoreDynamic TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_showQuantity cal_showQuantity TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_moderate com_moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_bbcode com_bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_requireLogin com_requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_disableCaptcha com_disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL, CHANGE news_showQuantity news_showQuantity TINYINT(1) DEFAULT 0 NOT NULL, CHANGE nl_hideChannels nl_hideChannels TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_deleteDir reg_deleteDir TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_module (tstamp)
     * ALTER TABLE tl_news ADD canonicalLink VARCHAR(2048) DEFAULT '' NOT NULL, ADD linkText VARCHAR(255) DEFAULT '' NOT NULL, DROP imagemargin, CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addEnclosure addEnclosure TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noComments noComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE featured featured TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_news (tstamp)
     * ALTER TABLE tl_news_archive CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE allowComments allowComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notify notify VARCHAR(32) DEFAULT 'notify_admin' NOT NULL, CHANGE moderate moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE bbcode bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireLogin requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_news_archive (tstamp)
     * CREATE INDEX jumpto ON tl_news_archive (jumpto)
     * ALTER TABLE tl_newsletter ADD preheader VARCHAR(255) DEFAULT '' NOT NULL, CHANGE addFile addFile TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sendText sendText TINYINT(1) DEFAULT 0 NOT NULL, CHANGE externalImages externalImages TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sent sent TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_newsletter (tstamp)
     * CREATE INDEX tstamp ON tl_newsletter_channel (tstamp)
     * ALTER TABLE tl_newsletter_recipients CHANGE active active TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_newsletter_recipients (tstamp)
     * CREATE INDEX tstamp ON tl_opt_in (tstamp)
     * CREATE INDEX pid ON tl_opt_in_related (pid)
     * DROP INDEX type_dns ON tl_page
     * ALTER TABLE tl_page ADD enableCsp TINYINT(1) DEFAULT 0 NOT NULL, ADD csp LONGTEXT DEFAULT NULL, ADD cspReportOnly TINYINT(1) DEFAULT 0 NOT NULL, ADD cspReportLog TINYINT(1) DEFAULT 0 NOT NULL, ADD newsCategories LONGBLOB DEFAULT NULL, ADD newsCategories_show VARCHAR(16) DEFAULT '' NOT NULL, DROP guests, DROP tabindex, CHANGE redirectBack redirectBack TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fallback fallback TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useSSL useSSL TINYINT(1) DEFAULT 1 NOT NULL, CHANGE autoforward autoforward TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE includeLayout includeLayout TINYINT(1) DEFAULT 0 NOT NULL, CHANGE includeCache includeCache TINYINT(1) DEFAULT 0 NOT NULL, CHANGE includeChmod includeChmod TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noSearch noSearch TINYINT(1) DEFAULT 0 NOT NULL, CHANGE hide hide TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireItem requireItem TINYINT(1) DEFAULT 0 NOT NULL, CHANGE enforceTwoFactor enforceTwoFactor TINYINT(1) DEFAULT 0 NOT NULL, CHANGE alwaysLoadFromCache alwaysLoadFromCache TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useFolderUrl useFolderUrl TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableLanguageRedirect disableLanguageRedirect TINYINT(1) DEFAULT 0 NOT NULL, CHANGE enableCanonical enableCanonical TINYINT(1) DEFAULT 0 NOT NULL, CHANGE maintenanceMode maintenanceMode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE alwaysForward alwaysForward TINYINT(1) DEFAULT 0 NOT NULL, CHANGE feedFormat feedFormat VARCHAR(32) CHARACTER SET ascii DEFAULT 'rss' NOT NULL COLLATE `ascii_bin`, CHANGE feedSource feedSource VARCHAR(32) CHARACTER SET ascii DEFAULT 'source_teaser' NOT NULL COLLATE `ascii_bin`
     * CREATE INDEX tstamp ON tl_page (tstamp)
     * CREATE INDEX type_dns_fallback_published_start_stop ON tl_page (type, dns, fallback, published, start, stop)
     * ALTER TABLE tl_preview_link CHANGE showUnpublished showUnpublished TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE restrictToUrl restrictToUrl TINYINT(1) DEFAULT 1 NOT NULL
     * CREATE INDEX tstamp ON tl_preview_link (tstamp)
     * DROP INDEX checksum_pid ON tl_search
     * ALTER TABLE tl_search CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_search (tstamp)
     * CREATE UNIQUE INDEX pid_checksum ON tl_search (pid, checksum)
     * ALTER TABLE tl_theme DROP vars
     * CREATE INDEX tstamp ON tl_theme (tstamp)
     * CREATE INDEX pid ON tl_undo (pid)
     * CREATE INDEX tstamp ON tl_undo (tstamp)
     * ALTER TABLE tl_user ADD doNotCollapse TINYINT(1) DEFAULT 0 NOT NULL, ADD frontendModules BLOB DEFAULT NULL, DROP locked, DROP newsfeeds, DROP newsfeedp, DROP fullscreen, DROP loginAttempts, CHANGE showHelp showHelp TINYINT(1) DEFAULT 1 NOT NULL, CHANGE thumbnails thumbnails TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useRTE useRTE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useCE useCE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE pwChange pwChange TINYINT(1) DEFAULT 0 NOT NULL, CHANGE `admin` `admin` TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_user (tstamp)
     * ALTER TABLE tl_user_group DROP newsfeeds, DROP newsfeedp, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_user_group (tstamp)
     * ALTER TABLE tl_version CHANGE active active TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_version (tstamp)
    
    Execute database migrations
    ---------------------------
    
     * CREATE TABLE tl_message_queue (id BIGINT AUTO_INCREMENT NOT NULL, body LONGTEXT NOT NULL, headers LONGTEXT NOT NULL, queue_name VARCHAR(190) NOT NULL, created_at DATETIME NOT NULL COMMENT '(DC2Type:datetime_immutable)', available_at DATETIME NOT NULL COMMENT '(DC2Type:datetime_immutable)', delivered_at DATETIME DEFAULT NULL COMMENT '(DC2Type:datetime_immutable)', INDEX IDX_1E97E1ADFB7336F0 (queue_name), INDEX IDX_1E97E1ADE3BD61CE (available_at), INDEX IDX_1E97E1AD16BA31DB (delivered_at), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * CREATE TABLE tl_favorites (id INT UNSIGNED AUTO_INCREMENT NOT NULL, pid INT UNSIGNED DEFAULT 0 NOT NULL, sorting INT UNSIGNED DEFAULT 0 NOT NULL, tstamp INT UNSIGNED DEFAULT 0 NOT NULL, user INT UNSIGNED DEFAULT 0 NOT NULL, title VARCHAR(255) DEFAULT '' NOT NULL, url VARCHAR(1022) DEFAULT '' NOT NULL, INDEX tstamp (tstamp), INDEX pid_user (pid, user), INDEX url (url(768)), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * DROP INDEX series ON rememberme_token
     * ALTER TABLE tl_article CHANGE showTeaser showTeaser TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_article (tstamp)
     * ALTER TABLE tl_calendar CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE allowComments allowComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE moderate moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE bbcode bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireLogin requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_calendar (tstamp)
     * ALTER TABLE tl_calendar_events ADD canonicalLink VARCHAR(2048) DEFAULT '' NOT NULL, ADD linkText VARCHAR(255) DEFAULT '' NOT NULL, CHANGE addTime addTime TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE recurring recurring TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addEnclosure addEnclosure TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noComments noComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE featured featured TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_calendar_events (tstamp)
     * CREATE INDEX tstamp ON tl_calendar_feed (tstamp)
     * ALTER TABLE tl_comments CHANGE addReply addReply TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notified notified TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notifiedReply notifiedReply TINYINT(1) DEFAULT 0 NOT NULL
     * ALTER TABLE tl_comments_notify CHANGE active active TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_comments_notify (tstamp)
     * DROP INDEX pid_ptable_invisible_start_stop ON tl_content
     * ALTER TABLE tl_content ADD closeSections TINYINT(1) DEFAULT 0 NOT NULL, ADD sectionHeadline VARCHAR(255) DEFAULT 'a:2:{s:5:"value";s:0:"";s:4:"unit";s:2:"h2";}' NOT NULL, ADD unfilteredHtml MEDIUMTEXT DEFAULT NULL, CHANGE ptable ptable VARCHAR(64) CHARACTER SET ascii DEFAULT 'tl_article' NOT NULL COLLATE `ascii_bin`, CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE thead thead TINYINT(1) DEFAULT 0 NOT NULL, CHANGE tfoot tfoot TINYINT(1) DEFAULT 0 NOT NULL, CHANGE tleft tleft TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sortable sortable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useImage useImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useHomeDir useHomeDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE metaIgnore metaIgnore TINYINT(1) DEFAULT 0 NOT NULL, CHANGE inline inline TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sliderContinuous sliderContinuous TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE invisible invisible TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_moderate com_moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_bbcode com_bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_disableCaptcha com_disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_requireLogin com_requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteLink overwriteLink TINYINT(1) DEFAULT 0 NOT NULL, CHANGE splashImage splashImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE showPreview showPreview TINYINT(1) DEFAULT 0 NOT NULL, CHANGE contentSliderFullsize contentSliderFullsize TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_content (tstamp)
     * CREATE INDEX ptable_pid_invisible_start_stop ON tl_content (ptable, pid, invisible, start, stop)
     * ALTER TABLE tl_faq CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addEnclosure addEnclosure TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noComments noComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_faq (tstamp)
     * ALTER TABLE tl_faq_category CHANGE allowComments allowComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notify notify VARCHAR(32) DEFAULT 'notify_admin' NOT NULL, CHANGE sortOrder sortOrder VARCHAR(32) DEFAULT 'ascending' NOT NULL, CHANGE moderate moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE bbcode bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireLogin requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_faq_category (tstamp)
     * CREATE INDEX jumpto ON tl_faq_category (jumpto)
     * ALTER TABLE tl_files CHANGE found found TINYINT(1) DEFAULT 1 NOT NULL
     * CREATE INDEX tstamp ON tl_files (tstamp)
     * ALTER TABLE tl_form ADD ajax TINYINT(1) DEFAULT 0 NOT NULL, ADD confirmation TEXT DEFAULT NULL, CHANGE sendViaEmail sendViaEmail TINYINT(1) DEFAULT 0 NOT NULL, CHANGE skipEmpty skipEmpty TINYINT(1) DEFAULT 0 NOT NULL, CHANGE storeValues storeValues TINYINT(1) DEFAULT 0 NOT NULL, CHANGE novalidate novalidate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE allowTags allowTags TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_form (tstamp)
     * ALTER TABLE tl_form_field CHANGE invisible invisible TINYINT(1) DEFAULT 0 NOT NULL, CHANGE mandatory mandatory TINYINT(1) DEFAULT 0 NOT NULL, CHANGE multiple multiple TINYINT(1) DEFAULT 0 NOT NULL, CHANGE storeFile storeFile TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useHomeDir useHomeDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE doNotOverwrite doNotOverwrite TINYINT(1) DEFAULT 0 NOT NULL, CHANGE imageSubmit imageSubmit TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_form_field (tstamp)
     * ALTER TABLE tl_image_size ADD imageQuality INT DEFAULT NULL, ADD preserveMetadata VARCHAR(12) DEFAULT 'default' NOT NULL, ADD preserveMetadataFields BLOB DEFAULT NULL, CHANGE skipIfDimensionsMatch skipIfDimensionsMatch TINYINT(1) DEFAULT 0 NOT NULL, CHANGE lazyLoading lazyLoading TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_image_size (tstamp)
     * ALTER TABLE tl_image_size_item CHANGE invisible invisible TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_image_size_item (tstamp)
     * ALTER TABLE tl_layout CHANGE combineScripts combineScripts TINYINT(1) DEFAULT 1 NOT NULL, CHANGE viewport viewport VARCHAR(255) DEFAULT 'width=device-width,initial-scale=1.0,shrink-to-fit=no' NOT NULL, CHANGE addJQuery addJQuery TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addMooTools addMooTools TINYINT(1) DEFAULT 0 NOT NULL, CHANGE static static TINYINT(1) DEFAULT 0 NOT NULL, CHANGE minifyMarkup minifyMarkup TINYINT(1) DEFAULT 1 NOT NULL
     * CREATE INDEX tstamp ON tl_layout (tstamp)
     * ALTER TABLE tl_log ADD uri VARCHAR(2048) DEFAULT '' NOT NULL, ADD page INT UNSIGNED DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_log (tstamp)
     * ALTER TABLE tl_member CHANGE login login TINYINT(1) DEFAULT 0 NOT NULL, CHANGE assignDir assignDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_member (tstamp)
     * ALTER TABLE tl_member_group CHANGE redirect redirect TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_member_group (tstamp)
     * ALTER TABLE tl_module ADD reqFullAuth TINYINT(1) DEFAULT 0 NOT NULL, ADD news_keepCanonical TINYINT(1) DEFAULT 0 NOT NULL, ADD cal_keepCanonical TINYINT(1) DEFAULT 0 NOT NULL, ADD pwResetPage INT UNSIGNED DEFAULT 0 NOT NULL, ADD unfilteredHtml MEDIUMTEXT DEFAULT NULL, CHANGE hardLimit hardLimit TINYINT(1) DEFAULT 0 NOT NULL, CHANGE showProtected showProtected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE defineRoot defineRoot TINYINT(1) DEFAULT 0 NOT NULL, CHANGE showHidden showHidden TINYINT(1) DEFAULT 0 NOT NULL, CHANGE autologin autologin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE redirectBack redirectBack TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fuzzy fuzzy TINYINT(1) DEFAULT 0 NOT NULL, CHANGE loadFirst loadFirst TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useCaption useCaption TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_allowLogin reg_allowLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_skipName reg_skipName TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_assignDir reg_assignDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_activate reg_activate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_noSpan cal_noSpan TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_hideRunning cal_hideRunning TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_ignoreDynamic cal_ignoreDynamic TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_showQuantity cal_showQuantity TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_moderate com_moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_bbcode com_bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_requireLogin com_requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_disableCaptcha com_disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL, CHANGE news_showQuantity news_showQuantity TINYINT(1) DEFAULT 0 NOT NULL, CHANGE nl_hideChannels nl_hideChannels TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_deleteDir reg_deleteDir TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_module (tstamp)
     * ALTER TABLE tl_news ADD canonicalLink VARCHAR(2048) DEFAULT '' NOT NULL, ADD linkText VARCHAR(255) DEFAULT '' NOT NULL, CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addEnclosure addEnclosure TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noComments noComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE featured featured TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_news (tstamp)
     * ALTER TABLE tl_news_archive CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE allowComments allowComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notify notify VARCHAR(32) DEFAULT 'notify_admin' NOT NULL, CHANGE moderate moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE bbcode bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireLogin requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_news_archive (tstamp)
     * CREATE INDEX jumpto ON tl_news_archive (jumpto)
     * ALTER TABLE tl_newsletter ADD preheader VARCHAR(255) DEFAULT '' NOT NULL, CHANGE addFile addFile TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sendText sendText TINYINT(1) DEFAULT 0 NOT NULL, CHANGE externalImages externalImages TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sent sent TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_newsletter (tstamp)
     * CREATE INDEX tstamp ON tl_newsletter_channel (tstamp)
     * ALTER TABLE tl_newsletter_recipients CHANGE active active TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_newsletter_recipients (tstamp)
     * CREATE INDEX tstamp ON tl_opt_in (tstamp)
     * CREATE INDEX pid ON tl_opt_in_related (pid)
     * DROP INDEX type_dns ON tl_page
     * ALTER TABLE tl_page ADD enableCsp TINYINT(1) DEFAULT 0 NOT NULL, ADD csp LONGTEXT DEFAULT NULL, ADD cspReportOnly TINYINT(1) DEFAULT 0 NOT NULL, ADD cspReportLog TINYINT(1) DEFAULT 0 NOT NULL, ADD newsCategories LONGBLOB DEFAULT NULL, ADD newsCategories_show VARCHAR(16) DEFAULT '' NOT NULL, CHANGE redirectBack redirectBack TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fallback fallback TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useSSL useSSL TINYINT(1) DEFAULT 1 NOT NULL, CHANGE autoforward autoforward TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE includeLayout includeLayout TINYINT(1) DEFAULT 0 NOT NULL, CHANGE includeCache includeCache TINYINT(1) DEFAULT 0 NOT NULL, CHANGE includeChmod includeChmod TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noSearch noSearch TINYINT(1) DEFAULT 0 NOT NULL, CHANGE hide hide TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireItem requireItem TINYINT(1) DEFAULT 0 NOT NULL, CHANGE enforceTwoFactor enforceTwoFactor TINYINT(1) DEFAULT 0 NOT NULL, CHANGE alwaysLoadFromCache alwaysLoadFromCache TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useFolderUrl useFolderUrl TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableLanguageRedirect disableLanguageRedirect TINYINT(1) DEFAULT 0 NOT NULL, CHANGE enableCanonical enableCanonical TINYINT(1) DEFAULT 0 NOT NULL, CHANGE maintenanceMode maintenanceMode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE alwaysForward alwaysForward TINYINT(1) DEFAULT 0 NOT NULL, CHANGE feedFormat feedFormat VARCHAR(32) CHARACTER SET ascii DEFAULT 'rss' NOT NULL COLLATE `ascii_bin`, CHANGE feedSource feedSource VARCHAR(32) CHARACTER SET ascii DEFAULT 'source_teaser' NOT NULL COLLATE `ascii_bin`
     * CREATE INDEX tstamp ON tl_page (tstamp)
     * CREATE INDEX type_dns_fallback_published_start_stop ON tl_page (type, dns, fallback, published, start, stop)
     * ALTER TABLE tl_preview_link CHANGE showUnpublished showUnpublished TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE restrictToUrl restrictToUrl TINYINT(1) DEFAULT 1 NOT NULL
     * CREATE INDEX tstamp ON tl_preview_link (tstamp)
     * DROP INDEX checksum_pid ON tl_search
     * ALTER TABLE tl_search CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_search (tstamp)
     * CREATE UNIQUE INDEX pid_checksum ON tl_search (pid, checksum)
     * CREATE INDEX tstamp ON tl_theme (tstamp)
     * CREATE INDEX pid ON tl_undo (pid)
     * CREATE INDEX tstamp ON tl_undo (tstamp)
     * ALTER TABLE tl_user ADD doNotCollapse TINYINT(1) DEFAULT 0 NOT NULL, ADD frontendModules BLOB DEFAULT NULL, CHANGE showHelp showHelp TINYINT(1) DEFAULT 1 NOT NULL, CHANGE thumbnails thumbnails TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useRTE useRTE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useCE useCE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE pwChange pwChange TINYINT(1) DEFAULT 0 NOT NULL, CHANGE `admin` `admin` TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL......FAILED
     * CREATE INDEX tstamp ON tl_user (tstamp)
     * ALTER TABLE tl_user_group CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_user_group (tstamp)
     * ALTER TABLE tl_version CHANGE active active TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_version (tstamp)
     * ALTER TABLE tl_user ADD doNotCollapse TINYINT(1) DEFAULT 0 NOT NULL, ADD frontendModules BLOB DEFAULT NULL, CHANGE showHelp showHelp TINYINT(1) DEFAULT 1 NOT NULL, CHANGE thumbnails thumbnails TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useRTE useRTE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useCE useCE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE pwChange pwChange TINYINT(1) DEFAULT 0 NOT NULL, CHANGE `admin` `admin` TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL......FAILED
    
    
     [OK] Executed 72 SQL queries.
    
    
    
     [ERROR] An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1366 Incorrect
             integer value: '' for column 'admin' at row 2

    ####
    Nächster Versuch
    1. Datenbank leeren
    2. Dump importieren
    3.php html/cto/cto_x/vendor/bin/contao-console contao:migrate --no-ineraction -vv

    Code:
    p1xxx:/ > php html/cto/cto_x/vendor/bin/contao-console contao:migrate --no-ineraction -vv
    21:58:38 CRITICAL  [console] Error thrown while running command "contao:migrate --no-ineraction -vv". Message: "The "--no-ineraction" option does not exist." ["exception" => Symfony\Component\Console\Exception\RuntimeException^ { …},"command" => "contao:migrate --no-ineraction -vv","message" => "The "--no-ineraction" option does not exist."]
    21:58:38 INFO      [deprecation] User Deprecated: Class "Nyholm\Psr7\Factory\HttplugFactory" is deprecated since version 1.8, use "Nyholm\Psr7\Factory\Psr17Factory" instead. ["exception" => ErrorException { …}]
    
    In ArgvInput.php line 223:
    
      [Symfony\Component\Console\Exception\RuntimeException]
      The "--no-ineraction" option does not exist.
    
    
    Exception trace:
      at /html/cto/cto_x/vendor/symfony/console/Input/ArgvInput.php:223
     Symfony\Component\Console\Input\ArgvInput->addLongOption() at /html/cto/cto_x/vendor/symfony/console/Input/ArgvInput.php:152
     Symfony\Component\Console\Input\ArgvInput->parseLongOption() at /html/cto/cto_x/vendor/symfony/console/Input/ArgvInput.php:85
     Symfony\Component\Console\Input\ArgvInput->parseToken() at /html/cto/cto_x/vendor/symfony/console/Input/ArgvInput.php:74
     Symfony\Component\Console\Input\ArgvInput->parse() at /html/cto/cto_x/vendor/symfony/console/Input/Input.php:56
     Symfony\Component\Console\Input\Input->bind() at /html/cto/cto_x/vendor/symfony/console/Command/Command.php:285
     Symfony\Component\Console\Command\Command->run() at /html/cto/cto_x/vendor/symfony/console/Application.php:1096
     Symfony\Component\Console\Application->doRunCommand() at /html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126
     Symfony\Bundle\FrameworkBundle\Console\Application->doRunCommand() at /html/cto/cto_x/vendor/symfony/console/Application.php:324
     Symfony\Component\Console\Application->doRun() at /html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80
     Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at /html/cto/cto_x/vendor/symfony/console/Application.php:175
     Symfony\Component\Console\Application->run() at /html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40
     include() at /html/cto/cto_x/vendor/bin/contao-console:119
    
    contao:migrate [--with-deletes] [--schema-only] [--migrations-only] [--dry-run] [--format FORMAT] [--no-backup] [--hash HASH]

    Problem besteht weiterhi

    ####
    also nächster Versuch mit php html/cto/cto_x/vendor/bin/contao-console contao:migrate --no-interaction -vvv


    Code:
    p1xxx:/ > php html/cto/cto_x/vendor/bin/contao-console contao:migrate --no-interaction -vvv
    22:07:43 INFO      [deprecation] User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Codefog\HasteBundle\EventListener\DoctrineOrmListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Codefog\HasteBundle\EventListener\DoctrineOrmListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        #code: 0
        #file: ".html/cto/cto_x/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
        #line: 211
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 { …}
          .html/cto/cto_x/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Connection.php:387 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Connection.php:1655 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Connection.php:1082 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Connection.php:622 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:468 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:72 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    22:07:43 INFO      [deprecation] User Deprecated: The usage of a string $tableNames in AbstractSchemaManager::tablesExist() is deprecated. Pass a one-element array instead. (AbstractSchemaManager.php:319 called by AccesskeyMigration.php:59, https://github.com/doctrine/dbal/issues/3580, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: The usage of a string $tableNames in AbstractSchemaManager::tablesExist() is deprecated. Pass a one-element array instead. (AbstractSchemaManager.php:319 called by AccesskeyMigration.php:59, https://github.com/doctrine/dbal/issues/3580, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Schema/AbstractSchemaManager.php:319 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Migration/Version500/AccesskeyMigration.php:59 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Migration/Version500/AccesskeyMigration.php:35 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:27 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:213 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:115 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    
    
     [INFO] Creating a database dump to "backup__20240502200743.sql.gz" with the default options. Use
            --no-backup to disable this feature.
    
    
    22:07:43 INFO      [deprecation] User Deprecated: Not setting the CREATE_FOREIGNKEYS flag in AbstractPlatform::getCreateTableSQL() is deprecated. In order to build the statements that create multiple tables referencing each other via foreign keys, use AbstractPlatform::getCreateTablesSQL(). (AbstractPlatform.php:2085 called by Dumper.php:98, https://github.com/doctrine/dbal/pull/5416, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Not setting the CREATE_FOREIGNKEYS flag in AbstractPlatform::getCreateTableSQL() is deprecated. In order to build the statements that create multiple tables referencing each other via foreign keys, use AbstractPlatform::getCreateTablesSQL(). (AbstractPlatform.php:2085 called by Dumper.php:98, https://github.com/doctrine/dbal/pull/5416, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:2085 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Backup/Dumper.php:98 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Backup/Dumper.php:55 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Backup/Dumper.php:30 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Backup/BackupManager.php:168 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Backup/BackupManager.php:98 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Connection.php:1282 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Backup/BackupManager.php:98 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:133 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    22:07:43 INFO      [deprecation] User Deprecated: Subscribing to onSchemaCreateTable events is deprecated. (AbstractPlatform.php:2195 called by AbstractPlatform.php:2092, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Subscribing to onSchemaCreateTable events is deprecated. (AbstractPlatform.php:2195 called by AbstractPlatform.php:2092, https://github.com/doctrine/dbal/issues/5784, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:2195 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:2092 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Backup/Dumper.php:98 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Backup/Dumper.php:55 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Backup/Dumper.php:30 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Backup/BackupManager.php:168 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Backup/BackupManager.php:98 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Connection.php:1282 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Backup/BackupManager.php:98 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:133 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:88 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    22:07:43 INFO      [deprecation] User Deprecated: Connection::getWrappedConnection() is deprecated. Use Connection::getNativeConnection() to access the native connection. (Connection.php:1652 called by MigrateCommand.php:677, https://github.com/doctrine/dbal/issues/4966, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Connection::getWrappedConnection() is deprecated. Use Connection::getNativeConnection() to access the native connection. (Connection.php:1652 called by MigrateCommand.php:677, https://github.com/doctrine/dbal/issues/4966, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:173 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Connection.php:1652 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:677 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:171 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    Pending migrations
    ------------------
    
     * Contao\CoreBundle\Migration\Version500\BasicEntitiesMigration
    22:07:44 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
        #code: 0
        #file: ".html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Input.php"
        #line: 1096
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Input.php:1096 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
          .html/cto/cto_x/var/cache/prod/contao/dca/tl_content.php:19 {
            include^
            › // Dynamically add the permission check
            › if (\Contao\Input::get('do') == 'article') {
            ›     \Contao\System::loadLanguageFile('tl_article');
          }
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:107 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:41 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:52 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:228 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:191 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    22:07:44 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
        #code: 0
        #file: ".html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Input.php"
        #line: 1096
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Input.php:1096 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
          .html/cto/cto_x/var/cache/prod/contao/dca/tl_content.php:736 {
            include^
            › // Dynamically add the permission check and other callbacks
            › if (\Contao\Input::get('do') == 'news') {
            ›     \Contao\System::loadLanguageFile('tl_news');
          }
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:107 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:41 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:52 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:228 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:191 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    22:07:44 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
        #code: 0
        #file: ".html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Input.php"
        #line: 1096
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Input.php:1096 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
          .html/cto/cto_x/var/cache/prod/contao/dca/tl_content.php:835 {
            include^
            › // Dynamically add the permission check and other callbacks
            › if (\Contao\Input::get('do') == 'calendar') {
            ›     \Contao\System::loadLanguageFile('tl_calendar_events');
          }
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:107 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:41 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:52 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:228 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:191 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    22:07:44 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Getting data from $_GET with the "Contao\Input" class has been deprecated and will no longer work in Contao 6. Make sure the request_stack has a request instead."
        #code: 0
        #file: ".html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Input.php"
        #line: 1096
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Input.php:1096 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Input.php:128 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:201 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:127 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Framework/Adapter.php:38 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:104 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:53 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DataContainer/DefaultOperationsListener.php:48 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:134 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:82 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:83 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Migration/Version500/BooleanFieldsMigration.php:38 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:41 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Migration/MigrationCollection.php:52 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:228 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:191 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
     * Contao\CoreBundle\Migration\Version500\BooleanFieldsMigration
     * Contao\CoreBundle\Migration\Version500\MemberCountryUppercaseMigration
     * Contao\CoreBundle\Migration\Version500\OrderFieldMigration
     * Contao\CoreBundle\Migration\Version503\FrontendModulesMigration
     * Contao\CoreBundle\Migration\Version503\RememberMeMigration
     * Contao\NewsBundle\Migration\FeedMigration
    
    Execute migrations
    ------------------
    
     * Contao\CoreBundle\Migration\Version500\BasicEntitiesMigration executed successfully
     * Contao\CoreBundle\Migration\Version500\BooleanFieldsMigration executed successfully
     * Contao\CoreBundle\Migration\Version500\MemberCountryUppercaseMigration executed successfully
     * Contao\CoreBundle\Migration\Version500\OrderFieldMigration executed successfully
     * Contao\CoreBundle\Migration\Version503\FrontendModulesMigration executed successfully
     * Contao\CoreBundle\Migration\Version503\RememberMeMigration executed successfully
     * Contao\NewsBundle\Migration\FeedMigration executed successfully
    
    
     [OK] Executed 7 migrations.
    
    
    Pending migrations
    ------------------
    
     * Contao\CoreBundle\Migration\Version500\BooleanFieldsMigration
    
    Execute migrations
    ------------------
    
     * Contao\CoreBundle\Migration\Version500\BooleanFieldsMigration executed successfully
    
    
     [OK] Executed 1 migrations.
    
    
    22:07:47 INFO      [deprecation] User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:82 called by Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:1258, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:82 called by Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:1258, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
        #code: 0
        #file: ".html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 { …}
          .html/cto/cto_x/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:82 { …}
          .html/cto/cto_x/var/cache/prod/Container1xVvqJS/Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:1258 {
            Container1xVvqJS\Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true)^
            › $c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
            › $c->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/vendor/contao/core-bundle/src/Entity')], false), 'Contao\\CoreBundle\\Entity');
            ›
          }
          .html/cto/cto_x/var/cache/prod/Container1xVvqJS/Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:1225 { …}
          .html/cto/cto_x/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 { …}
          .html/cto/cto_x/vendor/symfony/var-exporter/LazyGhostTrait.php:178 { …}
          .html/cto/cto_x/vendor/doctrine/orm/src/EntityManager.php:197 { …}
          .html/cto/cto_x/vendor/doctrine/orm/src/Tools/SchemaTool.php:83 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:30 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    22:07:47 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_iso_product" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_iso_product" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Database/Installer.php:185 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php:306 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php:42 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DoctrineSchemaListener.php:38 { …}
          .html/cto/cto_x/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto/cto_x/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    22:07:47 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_storelocator_stores" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_storelocator_stores" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Database/Installer.php:185 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php:306 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php:42 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DoctrineSchemaListener.php:38 { …}
          .html/cto/cto_x/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto/cto_x/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    22:07:47 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_iso_attribute" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_iso_attribute" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:360 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:118 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaExtractor.php:140 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Database/Installer.php:185 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php:306 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php:42 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DoctrineSchemaListener.php:38 { …}
          .html/cto/cto_x/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto/cto_x/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    22:07:47 INFO      [deprecation] User Deprecated: Column::setCustomSchemaOptions() is deprecated. Use setPlatformOptions() instead. (Column.php:424 called by Column.php:92, https://github.com/doctrine/dbal/pull/5476, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Column::setCustomSchemaOptions() is deprecated. Use setPlatformOptions() instead. (Column.php:424 called by Column.php:92, https://github.com/doctrine/dbal/pull/5476, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Schema/Column.php:424 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Schema/Column.php:92 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Schema/Column.php:73 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Schema/Table.php:342 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Schema/DcaSchemaProvider.php:91 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/EventListener/DoctrineSchemaListener.php:38 { …}
          .html/cto/cto_x/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto/cto_x/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    22:07:47 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_crawl_queue" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_crawl_queue" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto/cto_x/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto/cto_x/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto/cto_x/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto/cto_x/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    22:07:47 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_cron_job" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_cron_job" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto/cto_x/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto/cto_x/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto/cto_x/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto/cto_x/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    22:07:47 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_news_categories" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_news_categories" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto/cto_x/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto/cto_x/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto/cto_x/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto/cto_x/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    22:07:47 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_news_feed" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_news_feed" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto/cto_x/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto/cto_x/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto/cto_x/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto/cto_x/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    22:07:47 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_style" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_style" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto/cto_x/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto/cto_x/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto/cto_x/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto/cto_x/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    22:07:47 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_style_sheet" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_style_sheet" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto/cto_x/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto/cto_x/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto/cto_x/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto/cto_x/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    22:07:47 INFO      [deprecation] User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_trusted_device" has has been deprecated and will throw an exception in Contao 6.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Since contao/core-bundle 5.0: Loading a non-existent DCA "tl_trusted_device" has has been deprecated and will throw an exception in Contao 6."
        #code: 0
        #file: ".html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php"
        #line: 93
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/DcaLoader.php:93 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/contao/library/Contao/Controller.php:1197 { …}
          .html/cto/cto_x/vendor/codefog/contao-haste/src/DcaRelationsManager.php:396 { …}
          .html/cto/cto_x/vendor/codefog/contao-haste/src/EventListener/DcaRelationsListener.php:27 { …}
          .html/cto/cto_x/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:63 { …}
          .html/cto/cto_x/vendor/doctrine/orm/src/Tools/SchemaTool.php:423 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Schema/SchemaProvider.php:35 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:641 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    22:07:47 INFO      [deprecation] User Deprecated: Relying on the default string column length on MySQL is deprecated, specify the length explicitly. (AbstractMySQLPlatform.php:235 called by AbstractPlatform.php:261, https://github.com/doctrine/dbal/issues/3263, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Relying on the default string column length on MySQL is deprecated, specify the length explicitly. (AbstractMySQLPlatform.php:235 called by AbstractPlatform.php:261, https://github.com/doctrine/dbal/issues/3263, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Platforms/AbstractMySQLPlatform.php:235 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:261 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:273 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Types/StringType.php:17 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Schema/MysqlInnodbRowSizeCalculator.php:295 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Doctrine/Schema/MysqlInnodbRowSizeCalculator.php:42 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:661 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:644 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:317 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    22:07:47 INFO      [deprecation] User Deprecated: Doctrine\DBAL\Schema\SchemaDiff::toSql is deprecated. Use AbstractPlatform::getAlterSchemaSQL() instead. (SchemaDiff.php:239 called by CommandCompiler.php:65, https://github.com/doctrine/dbal/pull/5766, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Doctrine\DBAL\Schema\SchemaDiff::toSql is deprecated. Use AbstractPlatform::getAlterSchemaSQL() instead. (SchemaDiff.php:239 called by CommandCompiler.php:65, https://github.com/doctrine/dbal/pull/5766, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:173 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Schema/SchemaDiff.php:239 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Migration/CommandCompiler.php:65 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:334 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    22:07:47 INFO      [deprecation] User Deprecated: The "collate" option is deprecated in favor of "collation" and will be removed in 4.0. (AbstractMySQLPlatform.php:590 called by AbstractMySQLPlatform.php:521, https://github.com/doctrine/dbal/issues/5214, package doctrine/dbal)
    [
      "exception" => ErrorException {
        #message: "User Deprecated: The "collate" option is deprecated in favor of "collation" and will be removed in 4.0. (AbstractMySQLPlatform.php:590 called by AbstractMySQLPlatform.php:521, https://github.com/doctrine/dbal/issues/5214, package doctrine/dbal)"
        #code: 0
        #file: ".html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php"
        #line: 210
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:210 { …}
          .html/cto/cto_x/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:108 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Platforms/AbstractMySQLPlatform.php:590 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Platforms/AbstractMySQLPlatform.php:521 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:2207 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php:2110 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Platforms/AbstractMySQLPlatform.php:463 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Schema/SchemaDiff.php:282 { …}
          .html/cto/cto_x/vendor/doctrine/dbal/src/Schema/SchemaDiff.php:242 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Migration/CommandCompiler.php:65 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:334 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:195 { …}
          .html/cto/cto_x/vendor/contao/core-bundle/src/Command/MigrateCommand.php:92 { …}
          .html/cto/cto_x/vendor/symfony/console/Command/Command.php:326 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1096 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    Pending database migrations (c0d9cbf4e67cea90a2fc13ec56fbab658fc1f52334cb665b5c5b3ab14a664fe9)
    ----------------------------------------------------------------------------------------------
    
     * CREATE TABLE tl_message_queue (id BIGINT AUTO_INCREMENT NOT NULL, body LONGTEXT NOT NULL, headers LONGTEXT NOT NULL, queue_name VARCHAR(190) NOT NULL, created_at DATETIME NOT NULL COMMENT '(DC2Type:datetime_immutable)', available_at DATETIME NOT NULL COMMENT '(DC2Type:datetime_immutable)', delivered_at DATETIME DEFAULT NULL COMMENT '(DC2Type:datetime_immutable)', INDEX IDX_1E97E1ADFB7336F0 (queue_name), INDEX IDX_1E97E1ADE3BD61CE (available_at), INDEX IDX_1E97E1AD16BA31DB (delivered_at), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * CREATE TABLE tl_favorites (id INT UNSIGNED AUTO_INCREMENT NOT NULL, pid INT UNSIGNED DEFAULT 0 NOT NULL, sorting INT UNSIGNED DEFAULT 0 NOT NULL, tstamp INT UNSIGNED DEFAULT 0 NOT NULL, user INT UNSIGNED DEFAULT 0 NOT NULL, title VARCHAR(255) DEFAULT '' NOT NULL, url VARCHAR(1022) DEFAULT '' NOT NULL, INDEX tstamp (tstamp), INDEX pid_user (pid, user), INDEX url (url(768)), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * DROP TABLE tl_news_feed
     * DROP TABLE tl_style
     * DROP TABLE tl_style_sheet
     * DROP INDEX series ON rememberme_token
     * ALTER TABLE tl_article DROP keywords, DROP guests, CHANGE showTeaser showTeaser TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_article (tstamp)
     * ALTER TABLE tl_calendar CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE allowComments allowComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE moderate moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE bbcode bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireLogin requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_calendar (tstamp)
     * ALTER TABLE tl_calendar_events ADD canonicalLink VARCHAR(2048) DEFAULT '' NOT NULL, ADD linkText VARCHAR(255) DEFAULT '' NOT NULL, DROP imagemargin, CHANGE addTime addTime TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE recurring recurring TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addEnclosure addEnclosure TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noComments noComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE featured featured TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_calendar_events (tstamp)
     * CREATE INDEX tstamp ON tl_calendar_feed (tstamp)
     * ALTER TABLE tl_comments CHANGE addReply addReply TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notified notified TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notifiedReply notifiedReply TINYINT(1) DEFAULT 0 NOT NULL
     * ALTER TABLE tl_comments_notify CHANGE active active TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_comments_notify (tstamp)
     * DROP INDEX pid_ptable_invisible_start_stop ON tl_content
     * ALTER TABLE tl_content ADD closeSections TINYINT(1) DEFAULT 0 NOT NULL, ADD sectionHeadline VARCHAR(255) DEFAULT 'a:2:{s:5:"value";s:0:"";s:4:"unit";s:2:"h2";}' NOT NULL, ADD unfilteredHtml MEDIUMTEXT DEFAULT NULL, DROP imagemargin, DROP guests, CHANGE ptable ptable VARCHAR(64) CHARACTER SET ascii DEFAULT 'tl_article' NOT NULL COLLATE `ascii_bin`, CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE thead thead TINYINT(1) DEFAULT 0 NOT NULL, CHANGE tfoot tfoot TINYINT(1) DEFAULT 0 NOT NULL, CHANGE tleft tleft TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sortable sortable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useImage useImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useHomeDir useHomeDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE metaIgnore metaIgnore TINYINT(1) DEFAULT 0 NOT NULL, CHANGE inline inline TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sliderContinuous sliderContinuous TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE invisible invisible TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_moderate com_moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_bbcode com_bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_disableCaptcha com_disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_requireLogin com_requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteLink overwriteLink TINYINT(1) DEFAULT 0 NOT NULL, CHANGE splashImage splashImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE showPreview showPreview TINYINT(1) DEFAULT 0 NOT NULL, CHANGE contentSliderFullsize contentSliderFullsize TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_content (tstamp)
     * CREATE INDEX ptable_pid_invisible_start_stop ON tl_content (ptable, pid, invisible, start, stop)
     * ALTER TABLE tl_faq DROP imagemargin, CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addEnclosure addEnclosure TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noComments noComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_faq (tstamp)
     * ALTER TABLE tl_faq_category CHANGE allowComments allowComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notify notify VARCHAR(32) DEFAULT 'notify_admin' NOT NULL, CHANGE sortOrder sortOrder VARCHAR(32) DEFAULT 'ascending' NOT NULL, CHANGE moderate moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE bbcode bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireLogin requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_faq_category (tstamp)
     * CREATE INDEX jumpto ON tl_faq_category (jumpto)
     * ALTER TABLE tl_files CHANGE found found TINYINT(1) DEFAULT 1 NOT NULL
     * CREATE INDEX tstamp ON tl_files (tstamp)
     * ALTER TABLE tl_form ADD ajax TINYINT(1) DEFAULT 0 NOT NULL, ADD confirmation TEXT DEFAULT NULL, CHANGE sendViaEmail sendViaEmail TINYINT(1) DEFAULT 0 NOT NULL, CHANGE skipEmpty skipEmpty TINYINT(1) DEFAULT 0 NOT NULL, CHANGE storeValues storeValues TINYINT(1) DEFAULT 0 NOT NULL, CHANGE novalidate novalidate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE allowTags allowTags TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_form (tstamp)
     * ALTER TABLE tl_form_field DROP tabindex, CHANGE invisible invisible TINYINT(1) DEFAULT 0 NOT NULL, CHANGE mandatory mandatory TINYINT(1) DEFAULT 0 NOT NULL, CHANGE multiple multiple TINYINT(1) DEFAULT 0 NOT NULL, CHANGE storeFile storeFile TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useHomeDir useHomeDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE doNotOverwrite doNotOverwrite TINYINT(1) DEFAULT 0 NOT NULL, CHANGE imageSubmit imageSubmit TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_form_field (tstamp)
     * ALTER TABLE tl_image_size ADD imageQuality INT DEFAULT NULL, ADD preserveMetadata VARCHAR(12) DEFAULT 'default' NOT NULL, ADD preserveMetadataFields BLOB DEFAULT NULL, CHANGE skipIfDimensionsMatch skipIfDimensionsMatch TINYINT(1) DEFAULT 0 NOT NULL, CHANGE lazyLoading lazyLoading TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_image_size (tstamp)
     * ALTER TABLE tl_image_size_item CHANGE invisible invisible TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_image_size_item (tstamp)
     * ALTER TABLE tl_layout DROP stylesheet, DROP loadingOrder, CHANGE combineScripts combineScripts TINYINT(1) DEFAULT 1 NOT NULL, CHANGE viewport viewport VARCHAR(255) DEFAULT 'width=device-width,initial-scale=1.0,shrink-to-fit=no' NOT NULL, CHANGE addJQuery addJQuery TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addMooTools addMooTools TINYINT(1) DEFAULT 0 NOT NULL, CHANGE static static TINYINT(1) DEFAULT 0 NOT NULL, CHANGE minifyMarkup minifyMarkup TINYINT(1) DEFAULT 1 NOT NULL
     * CREATE INDEX tstamp ON tl_layout (tstamp)
     * ALTER TABLE tl_log ADD uri VARCHAR(2048) DEFAULT '' NOT NULL, ADD page INT UNSIGNED DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_log (tstamp)
     * ALTER TABLE tl_member DROP locked, DROP loginAttempts, CHANGE login login TINYINT(1) DEFAULT 0 NOT NULL, CHANGE assignDir assignDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_member (tstamp)
     * ALTER TABLE tl_member_group CHANGE redirect redirect TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_member_group (tstamp)
     * ALTER TABLE tl_module ADD reqFullAuth TINYINT(1) DEFAULT 0 NOT NULL, ADD news_keepCanonical TINYINT(1) DEFAULT 0 NOT NULL, ADD cal_keepCanonical TINYINT(1) DEFAULT 0 NOT NULL, ADD pwResetPage INT UNSIGNED DEFAULT 0 NOT NULL, ADD unfilteredHtml MEDIUMTEXT DEFAULT NULL, DROP url, DROP guests, DROP news_metaFields, CHANGE hardLimit hardLimit TINYINT(1) DEFAULT 0 NOT NULL, CHANGE showProtected showProtected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE defineRoot defineRoot TINYINT(1) DEFAULT 0 NOT NULL, CHANGE showHidden showHidden TINYINT(1) DEFAULT 0 NOT NULL, CHANGE autologin autologin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE redirectBack redirectBack TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fuzzy fuzzy TINYINT(1) DEFAULT 0 NOT NULL, CHANGE loadFirst loadFirst TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useCaption useCaption TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_allowLogin reg_allowLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_skipName reg_skipName TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_assignDir reg_assignDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_activate reg_activate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_noSpan cal_noSpan TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_hideRunning cal_hideRunning TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_ignoreDynamic cal_ignoreDynamic TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_showQuantity cal_showQuantity TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_moderate com_moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_bbcode com_bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_requireLogin com_requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_disableCaptcha com_disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL, CHANGE news_showQuantity news_showQuantity TINYINT(1) DEFAULT 0 NOT NULL, CHANGE nl_hideChannels nl_hideChannels TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_deleteDir reg_deleteDir TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_module (tstamp)
     * ALTER TABLE tl_news ADD canonicalLink VARCHAR(2048) DEFAULT '' NOT NULL, ADD linkText VARCHAR(255) DEFAULT '' NOT NULL, DROP imagemargin, CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addEnclosure addEnclosure TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noComments noComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE featured featured TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_news (tstamp)
     * ALTER TABLE tl_news_archive CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE allowComments allowComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notify notify VARCHAR(32) DEFAULT 'notify_admin' NOT NULL, CHANGE moderate moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE bbcode bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireLogin requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_news_archive (tstamp)
     * CREATE INDEX jumpto ON tl_news_archive (jumpto)
     * ALTER TABLE tl_newsletter ADD preheader VARCHAR(255) DEFAULT '' NOT NULL, CHANGE addFile addFile TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sendText sendText TINYINT(1) DEFAULT 0 NOT NULL, CHANGE externalImages externalImages TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sent sent TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_newsletter (tstamp)
     * CREATE INDEX tstamp ON tl_newsletter_channel (tstamp)
     * ALTER TABLE tl_newsletter_recipients CHANGE active active TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_newsletter_recipients (tstamp)
     * CREATE INDEX tstamp ON tl_opt_in (tstamp)
     * CREATE INDEX pid ON tl_opt_in_related (pid)
     * DROP INDEX type_dns ON tl_page
     * ALTER TABLE tl_page ADD enableCsp TINYINT(1) DEFAULT 0 NOT NULL, ADD csp LONGTEXT DEFAULT NULL, ADD cspReportOnly TINYINT(1) DEFAULT 0 NOT NULL, ADD cspReportLog TINYINT(1) DEFAULT 0 NOT NULL, ADD newsCategories LONGBLOB DEFAULT NULL, ADD newsCategories_show VARCHAR(16) DEFAULT '' NOT NULL, DROP guests, DROP tabindex, CHANGE redirectBack redirectBack TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fallback fallback TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useSSL useSSL TINYINT(1) DEFAULT 1 NOT NULL, CHANGE autoforward autoforward TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE includeLayout includeLayout TINYINT(1) DEFAULT 0 NOT NULL, CHANGE includeCache includeCache TINYINT(1) DEFAULT 0 NOT NULL, CHANGE includeChmod includeChmod TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noSearch noSearch TINYINT(1) DEFAULT 0 NOT NULL, CHANGE hide hide TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireItem requireItem TINYINT(1) DEFAULT 0 NOT NULL, CHANGE enforceTwoFactor enforceTwoFactor TINYINT(1) DEFAULT 0 NOT NULL, CHANGE alwaysLoadFromCache alwaysLoadFromCache TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useFolderUrl useFolderUrl TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableLanguageRedirect disableLanguageRedirect TINYINT(1) DEFAULT 0 NOT NULL, CHANGE enableCanonical enableCanonical TINYINT(1) DEFAULT 0 NOT NULL, CHANGE maintenanceMode maintenanceMode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE alwaysForward alwaysForward TINYINT(1) DEFAULT 0 NOT NULL, CHANGE feedFormat feedFormat VARCHAR(32) CHARACTER SET ascii DEFAULT 'rss' NOT NULL COLLATE `ascii_bin`, CHANGE feedSource feedSource VARCHAR(32) CHARACTER SET ascii DEFAULT 'source_teaser' NOT NULL COLLATE `ascii_bin`
     * CREATE INDEX tstamp ON tl_page (tstamp)
     * CREATE INDEX type_dns_fallback_published_start_stop ON tl_page (type, dns, fallback, published, start, stop)
     * ALTER TABLE tl_preview_link CHANGE showUnpublished showUnpublished TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE restrictToUrl restrictToUrl TINYINT(1) DEFAULT 1 NOT NULL
     * CREATE INDEX tstamp ON tl_preview_link (tstamp)
     * DROP INDEX checksum_pid ON tl_search
     * ALTER TABLE tl_search CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_search (tstamp)
     * CREATE UNIQUE INDEX pid_checksum ON tl_search (pid, checksum)
     * ALTER TABLE tl_theme DROP vars
     * CREATE INDEX tstamp ON tl_theme (tstamp)
     * CREATE INDEX pid ON tl_undo (pid)
     * CREATE INDEX tstamp ON tl_undo (tstamp)
     * ALTER TABLE tl_user ADD doNotCollapse TINYINT(1) DEFAULT 0 NOT NULL, ADD frontendModules BLOB DEFAULT NULL, DROP locked, DROP newsfeeds, DROP newsfeedp, DROP fullscreen, DROP loginAttempts, CHANGE showHelp showHelp TINYINT(1) DEFAULT 1 NOT NULL, CHANGE thumbnails thumbnails TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useRTE useRTE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useCE useCE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE pwChange pwChange TINYINT(1) DEFAULT 0 NOT NULL, CHANGE `admin` `admin` TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_user (tstamp)
     * ALTER TABLE tl_user_group DROP newsfeeds, DROP newsfeedp, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_user_group (tstamp)
     * ALTER TABLE tl_version CHANGE active active TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_version (tstamp)
    
    Execute database migrations
    ---------------------------
    
     * CREATE TABLE tl_message_queue (id BIGINT AUTO_INCREMENT NOT NULL, body LONGTEXT NOT NULL, headers LONGTEXT NOT NULL, queue_name VARCHAR(190) NOT NULL, created_at DATETIME NOT NULL COMMENT '(DC2Type:datetime_immutable)', available_at DATETIME NOT NULL COMMENT '(DC2Type:datetime_immutable)', delivered_at DATETIME DEFAULT NULL COMMENT '(DC2Type:datetime_immutable)', INDEX IDX_1E97E1ADFB7336F0 (queue_name), INDEX IDX_1E97E1ADE3BD61CE (available_at), INDEX IDX_1E97E1AD16BA31DB (delivered_at), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * CREATE TABLE tl_favorites (id INT UNSIGNED AUTO_INCREMENT NOT NULL, pid INT UNSIGNED DEFAULT 0 NOT NULL, sorting INT UNSIGNED DEFAULT 0 NOT NULL, tstamp INT UNSIGNED DEFAULT 0 NOT NULL, user INT UNSIGNED DEFAULT 0 NOT NULL, title VARCHAR(255) DEFAULT '' NOT NULL, url VARCHAR(1022) DEFAULT '' NOT NULL, INDEX tstamp (tstamp), INDEX pid_user (pid, user), INDEX url (url(768)), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB ROW_FORMAT = DYNAMIC
     * DROP INDEX series ON rememberme_token
     * ALTER TABLE tl_article CHANGE showTeaser showTeaser TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_article (tstamp)
     * ALTER TABLE tl_calendar CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE allowComments allowComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE moderate moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE bbcode bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireLogin requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_calendar (tstamp)
     * ALTER TABLE tl_calendar_events ADD canonicalLink VARCHAR(2048) DEFAULT '' NOT NULL, ADD linkText VARCHAR(255) DEFAULT '' NOT NULL, CHANGE addTime addTime TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE recurring recurring TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addEnclosure addEnclosure TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noComments noComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE featured featured TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_calendar_events (tstamp)
     * CREATE INDEX tstamp ON tl_calendar_feed (tstamp)
     * ALTER TABLE tl_comments CHANGE addReply addReply TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notified notified TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notifiedReply notifiedReply TINYINT(1) DEFAULT 0 NOT NULL
     * ALTER TABLE tl_comments_notify CHANGE active active TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_comments_notify (tstamp)
     * DROP INDEX pid_ptable_invisible_start_stop ON tl_content
     * ALTER TABLE tl_content ADD closeSections TINYINT(1) DEFAULT 0 NOT NULL, ADD sectionHeadline VARCHAR(255) DEFAULT 'a:2:{s:5:"value";s:0:"";s:4:"unit";s:2:"h2";}' NOT NULL, ADD unfilteredHtml MEDIUMTEXT DEFAULT NULL, CHANGE ptable ptable VARCHAR(64) CHARACTER SET ascii DEFAULT 'tl_article' NOT NULL COLLATE `ascii_bin`, CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE thead thead TINYINT(1) DEFAULT 0 NOT NULL, CHANGE tfoot tfoot TINYINT(1) DEFAULT 0 NOT NULL, CHANGE tleft tleft TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sortable sortable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useImage useImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useHomeDir useHomeDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE metaIgnore metaIgnore TINYINT(1) DEFAULT 0 NOT NULL, CHANGE inline inline TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sliderContinuous sliderContinuous TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE invisible invisible TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_moderate com_moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_bbcode com_bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_disableCaptcha com_disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_requireLogin com_requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteLink overwriteLink TINYINT(1) DEFAULT 0 NOT NULL, CHANGE splashImage splashImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE showPreview showPreview TINYINT(1) DEFAULT 0 NOT NULL, CHANGE contentSliderFullsize contentSliderFullsize TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_content (tstamp)
     * CREATE INDEX ptable_pid_invisible_start_stop ON tl_content (ptable, pid, invisible, start, stop)
     * ALTER TABLE tl_faq CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addEnclosure addEnclosure TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noComments noComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_faq (tstamp)
     * ALTER TABLE tl_faq_category CHANGE allowComments allowComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notify notify VARCHAR(32) DEFAULT 'notify_admin' NOT NULL, CHANGE sortOrder sortOrder VARCHAR(32) DEFAULT 'ascending' NOT NULL, CHANGE moderate moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE bbcode bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireLogin requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_faq_category (tstamp)
     * CREATE INDEX jumpto ON tl_faq_category (jumpto)
     * ALTER TABLE tl_files CHANGE found found TINYINT(1) DEFAULT 1 NOT NULL
     * CREATE INDEX tstamp ON tl_files (tstamp)
     * ALTER TABLE tl_form ADD ajax TINYINT(1) DEFAULT 0 NOT NULL, ADD confirmation TEXT DEFAULT NULL, CHANGE sendViaEmail sendViaEmail TINYINT(1) DEFAULT 0 NOT NULL, CHANGE skipEmpty skipEmpty TINYINT(1) DEFAULT 0 NOT NULL, CHANGE storeValues storeValues TINYINT(1) DEFAULT 0 NOT NULL, CHANGE novalidate novalidate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE allowTags allowTags TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_form (tstamp)
     * ALTER TABLE tl_form_field CHANGE invisible invisible TINYINT(1) DEFAULT 0 NOT NULL, CHANGE mandatory mandatory TINYINT(1) DEFAULT 0 NOT NULL, CHANGE multiple multiple TINYINT(1) DEFAULT 0 NOT NULL, CHANGE storeFile storeFile TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useHomeDir useHomeDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE doNotOverwrite doNotOverwrite TINYINT(1) DEFAULT 0 NOT NULL, CHANGE imageSubmit imageSubmit TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_form_field (tstamp)
     * ALTER TABLE tl_image_size ADD imageQuality INT DEFAULT NULL, ADD preserveMetadata VARCHAR(12) DEFAULT 'default' NOT NULL, ADD preserveMetadataFields BLOB DEFAULT NULL, CHANGE skipIfDimensionsMatch skipIfDimensionsMatch TINYINT(1) DEFAULT 0 NOT NULL, CHANGE lazyLoading lazyLoading TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_image_size (tstamp)
     * ALTER TABLE tl_image_size_item CHANGE invisible invisible TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_image_size_item (tstamp)
     * ALTER TABLE tl_layout CHANGE combineScripts combineScripts TINYINT(1) DEFAULT 1 NOT NULL, CHANGE viewport viewport VARCHAR(255) DEFAULT 'width=device-width,initial-scale=1.0,shrink-to-fit=no' NOT NULL, CHANGE addJQuery addJQuery TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addMooTools addMooTools TINYINT(1) DEFAULT 0 NOT NULL, CHANGE static static TINYINT(1) DEFAULT 0 NOT NULL, CHANGE minifyMarkup minifyMarkup TINYINT(1) DEFAULT 1 NOT NULL
     * CREATE INDEX tstamp ON tl_layout (tstamp)
     * ALTER TABLE tl_log ADD uri VARCHAR(2048) DEFAULT '' NOT NULL, ADD page INT UNSIGNED DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_log (tstamp)
     * ALTER TABLE tl_member CHANGE login login TINYINT(1) DEFAULT 0 NOT NULL, CHANGE assignDir assignDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_member (tstamp)
     * ALTER TABLE tl_member_group CHANGE redirect redirect TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_member_group (tstamp)
     * ALTER TABLE tl_module ADD reqFullAuth TINYINT(1) DEFAULT 0 NOT NULL, ADD news_keepCanonical TINYINT(1) DEFAULT 0 NOT NULL, ADD cal_keepCanonical TINYINT(1) DEFAULT 0 NOT NULL, ADD pwResetPage INT UNSIGNED DEFAULT 0 NOT NULL, ADD unfilteredHtml MEDIUMTEXT DEFAULT NULL, CHANGE hardLimit hardLimit TINYINT(1) DEFAULT 0 NOT NULL, CHANGE showProtected showProtected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE defineRoot defineRoot TINYINT(1) DEFAULT 0 NOT NULL, CHANGE showHidden showHidden TINYINT(1) DEFAULT 0 NOT NULL, CHANGE autologin autologin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE redirectBack redirectBack TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fuzzy fuzzy TINYINT(1) DEFAULT 0 NOT NULL, CHANGE loadFirst loadFirst TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useCaption useCaption TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_allowLogin reg_allowLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_skipName reg_skipName TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_assignDir reg_assignDir TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_activate reg_activate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_noSpan cal_noSpan TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_hideRunning cal_hideRunning TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_ignoreDynamic cal_ignoreDynamic TINYINT(1) DEFAULT 0 NOT NULL, CHANGE cal_showQuantity cal_showQuantity TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_moderate com_moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_bbcode com_bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_requireLogin com_requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE com_disableCaptcha com_disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL, CHANGE news_showQuantity news_showQuantity TINYINT(1) DEFAULT 0 NOT NULL, CHANGE nl_hideChannels nl_hideChannels TINYINT(1) DEFAULT 0 NOT NULL, CHANGE reg_deleteDir reg_deleteDir TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_module (tstamp)
     * ALTER TABLE tl_news ADD canonicalLink VARCHAR(2048) DEFAULT '' NOT NULL, ADD linkText VARCHAR(255) DEFAULT '' NOT NULL, CHANGE addImage addImage TINYINT(1) DEFAULT 0 NOT NULL, CHANGE overwriteMeta overwriteMeta TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fullsize fullsize TINYINT(1) DEFAULT 0 NOT NULL, CHANGE addEnclosure addEnclosure TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noComments noComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE featured featured TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_news (tstamp)
     * ALTER TABLE tl_news_archive CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE allowComments allowComments TINYINT(1) DEFAULT 0 NOT NULL, CHANGE notify notify VARCHAR(32) DEFAULT 'notify_admin' NOT NULL, CHANGE moderate moderate TINYINT(1) DEFAULT 0 NOT NULL, CHANGE bbcode bbcode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireLogin requireLogin TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableCaptcha disableCaptcha TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_news_archive (tstamp)
     * CREATE INDEX jumpto ON tl_news_archive (jumpto)
     * ALTER TABLE tl_newsletter ADD preheader VARCHAR(255) DEFAULT '' NOT NULL, CHANGE addFile addFile TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sendText sendText TINYINT(1) DEFAULT 0 NOT NULL, CHANGE externalImages externalImages TINYINT(1) DEFAULT 0 NOT NULL, CHANGE sent sent TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_newsletter (tstamp)
     * CREATE INDEX tstamp ON tl_newsletter_channel (tstamp)
     * ALTER TABLE tl_newsletter_recipients CHANGE active active TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_newsletter_recipients (tstamp)
     * CREATE INDEX tstamp ON tl_opt_in (tstamp)
     * CREATE INDEX pid ON tl_opt_in_related (pid)
     * DROP INDEX type_dns ON tl_page
     * ALTER TABLE tl_page ADD enableCsp TINYINT(1) DEFAULT 0 NOT NULL, ADD csp LONGTEXT DEFAULT NULL, ADD cspReportOnly TINYINT(1) DEFAULT 0 NOT NULL, ADD cspReportLog TINYINT(1) DEFAULT 0 NOT NULL, ADD newsCategories LONGBLOB DEFAULT NULL, ADD newsCategories_show VARCHAR(16) DEFAULT '' NOT NULL, CHANGE redirectBack redirectBack TINYINT(1) DEFAULT 0 NOT NULL, CHANGE target target TINYINT(1) DEFAULT 0 NOT NULL, CHANGE fallback fallback TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useSSL useSSL TINYINT(1) DEFAULT 1 NOT NULL, CHANGE autoforward autoforward TINYINT(1) DEFAULT 0 NOT NULL, CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL, CHANGE includeLayout includeLayout TINYINT(1) DEFAULT 0 NOT NULL, CHANGE includeCache includeCache TINYINT(1) DEFAULT 0 NOT NULL, CHANGE includeChmod includeChmod TINYINT(1) DEFAULT 0 NOT NULL, CHANGE noSearch noSearch TINYINT(1) DEFAULT 0 NOT NULL, CHANGE hide hide TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE requireItem requireItem TINYINT(1) DEFAULT 0 NOT NULL, CHANGE enforceTwoFactor enforceTwoFactor TINYINT(1) DEFAULT 0 NOT NULL, CHANGE alwaysLoadFromCache alwaysLoadFromCache TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useFolderUrl useFolderUrl TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disableLanguageRedirect disableLanguageRedirect TINYINT(1) DEFAULT 0 NOT NULL, CHANGE enableCanonical enableCanonical TINYINT(1) DEFAULT 0 NOT NULL, CHANGE maintenanceMode maintenanceMode TINYINT(1) DEFAULT 0 NOT NULL, CHANGE alwaysForward alwaysForward TINYINT(1) DEFAULT 0 NOT NULL, CHANGE feedFormat feedFormat VARCHAR(32) CHARACTER SET ascii DEFAULT 'rss' NOT NULL COLLATE `ascii_bin`, CHANGE feedSource feedSource VARCHAR(32) CHARACTER SET ascii DEFAULT 'source_teaser' NOT NULL COLLATE `ascii_bin`
     * CREATE INDEX tstamp ON tl_page (tstamp)
     * CREATE INDEX type_dns_fallback_published_start_stop ON tl_page (type, dns, fallback, published, start, stop)
     * ALTER TABLE tl_preview_link CHANGE showUnpublished showUnpublished TINYINT(1) DEFAULT 0 NOT NULL, CHANGE published published TINYINT(1) DEFAULT 0 NOT NULL, CHANGE restrictToUrl restrictToUrl TINYINT(1) DEFAULT 1 NOT NULL
     * CREATE INDEX tstamp ON tl_preview_link (tstamp)
     * DROP INDEX checksum_pid ON tl_search
     * ALTER TABLE tl_search CHANGE protected protected TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_search (tstamp)
     * CREATE UNIQUE INDEX pid_checksum ON tl_search (pid, checksum)
     * CREATE INDEX tstamp ON tl_theme (tstamp)
     * CREATE INDEX pid ON tl_undo (pid)
     * CREATE INDEX tstamp ON tl_undo (tstamp)
     * ALTER TABLE tl_user ADD doNotCollapse TINYINT(1) DEFAULT 0 NOT NULL, ADD frontendModules BLOB DEFAULT NULL, CHANGE showHelp showHelp TINYINT(1) DEFAULT 1 NOT NULL, CHANGE thumbnails thumbnails TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useRTE useRTE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useCE useCE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE pwChange pwChange TINYINT(1) DEFAULT 0 NOT NULL, CHANGE `admin` `admin` TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL......FAILED
     * CREATE INDEX tstamp ON tl_user (tstamp)
     * ALTER TABLE tl_user_group CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_user_group (tstamp)
     * ALTER TABLE tl_version CHANGE active active TINYINT(1) DEFAULT 0 NOT NULL
     * CREATE INDEX tstamp ON tl_version (tstamp)
     * ALTER TABLE tl_user ADD doNotCollapse TINYINT(1) DEFAULT 0 NOT NULL, ADD frontendModules BLOB DEFAULT NULL, CHANGE showHelp showHelp TINYINT(1) DEFAULT 1 NOT NULL, CHANGE thumbnails thumbnails TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useRTE useRTE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useCE useCE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE pwChange pwChange TINYINT(1) DEFAULT 0 NOT NULL, CHANGE `admin` `admin` TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL......FAILED
    
    
     [OK] Executed 72 SQL queries.
    
    
    
     [ERROR] An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1366 Incorrect
             integer value: '' for column 'admin' at row 2
    
    
    22:07:48 INFO      [deprecation] User Deprecated: Class "Nyholm\Psr7\Factory\HttplugFactory" is deprecated since version 1.8, use "Nyholm\Psr7\Factory\Psr17Factory" instead.
    [
      "exception" => ErrorException {
        #message: "User Deprecated: Class "Nyholm\Psr7\Factory\HttplugFactory" is deprecated since version 1.8, use "Nyholm\Psr7\Factory\Psr17Factory" instead."
        #code: 0
        #file: ".html/cto/cto_x/vendor/nyholm/psr7/src/Factory/HttplugFactory.php"
        #line: 18
        #severity: E_USER_DEPRECATED
        trace: {
          .html/cto/cto_x/vendor/nyholm/psr7/src/Factory/HttplugFactory.php:18 { …}
          .html/cto/cto_x/vendor/composer/ClassLoader.php:495 { …}
          .html/cto/cto_x/vendor/composer/ClassLoader.php:366 { …}
          Composer\Autoload\ClassLoader->loadClass() {}
          .html/cto/cto_x/vendor/php-http/discovery/src/ClassDiscovery.php:250 { …}
          .html/cto/cto_x/vendor/php-http/discovery/src/ClassDiscovery.php:188 { …}
          .html/cto/cto_x/vendor/php-http/discovery/src/ClassDiscovery.php:198 { …}
          .html/cto/cto_x/vendor/php-http/discovery/src/ClassDiscovery.php:80 { …}
          .html/cto/cto_x/vendor/php-http/discovery/src/MessageFactoryDiscovery.php:27 { …}
          .html/cto/cto_x/vendor/friendsofsymfony/http-cache/src/ProxyClient/HttpProxyClient.php:63 { …}
          .html/cto/cto_x/var/cache/prod/Container1xVvqJS/Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:1498 {
            Container1xVvqJS\Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer::getFosHttpCache_ProxyClient_SymfonyService($container)^
            › {
            ›     return $container->services['fos_http_cache.proxy_client.symfony'] = new \FOS\HttpCache\ProxyClient\Symfony(new \FOS\HttpCache\SymfonyCache\KernelDispatcher(($container->services['kernel'] ?? $container->get('kernel', 1))), $container->parameters['fos_http_cache.proxy_client.symfony.options']);
            › }
          }
          .html/cto/cto_x/var/cache/prod/Container1xVvqJS/Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:1471 { …}
          .html/cto/cto_x/var/cache/prod/Container1xVvqJS/getFosHttpCache_EventListener_InvalidationService.php:23 { …}
          .html/cto/cto_x/var/cache/prod/Container1xVvqJS/Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:708 { …}
          .html/cto/cto_x/var/cache/prod/Container1xVvqJS/Contao_ManagerBundle_HttpKernel_ContaoKernelProdContainer.php:1412 { …}
          .html/cto/cto_x/vendor/symfony/event-dispatcher/EventDispatcher.php:257 { …}
          .html/cto/cto_x/vendor/symfony/event-dispatcher/EventDispatcher.php:220 { …}
          .html/cto/cto_x/vendor/symfony/event-dispatcher/EventDispatcher.php:56 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:1111 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:126 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:324 { …}
          .html/cto/cto_x/vendor/symfony/framework-bundle/Console/Application.php:80 { …}
          .html/cto/cto_x/vendor/symfony/console/Application.php:175 { …}
          .html/cto/cto_x/vendor/contao/manager-bundle/bin/contao-console:40 { …}
          .html/cto/cto_x/vendor/bin/contao-console:119 { …}
        }
      }
    ]
    22:07:48 DEBUG     [console] Command "contao:migrate --no-interaction -vvv" exited with code "1"
    [
      "command" => "contao:migrate --no-interaction -vvv",
      "code" => 1
    ]

    Und das Problem besteht weiterhin..

    Was kann ich noch tun?
    Geändert von Schnippel (02.05.2024 um 21:13 Uhr)

  23. #23
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.254
    Partner-ID
    10107

    Standard

    Zitat Zitat von Schnippel Beitrag anzeigen
    Beim aktualisieren der Datenbank kommen die ersten Probleme:
    Unbenannt-1.jpg
    Welche Probleme meinst du da? Im Screenshot ist da nichts ersichtlich.


    Zitat Zitat von Schnippel Beitrag anzeigen
    Die Umstellung auf Contao 5.3.7 hat zwar geklappt, aber wenn ich dann ins Backend gehe, kann ich die Benutzer nicht aufrufen.
    Was genau meinst du damit?
    » sponsor me via GitHub or PayPal or Revolut

  24. #24
    Alter Contao-Hase
    Registriert seit
    12.10.2010.
    Beiträge
    1.053

    Standard

    Wenn ich im Backend in den Bereich Benutzer klicke, komme ich nicht in den Benutzerbereich. Stattdessen kommt die Error-Meldung

    "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'frontendModules' in 'field list'"


    Unbenannt-2.jpg



    Und auch das Problem, das ich die Datenbank nicht richtig aktualisiert bekomme.

    Unbenannt-1.jpg

    Hier die Konsolenausgabe:

    Code:
    DROP TABLE tl_news_feed
    DROP TABLE tl_style
    DROP TABLE tl_style_sheet
    ALTER TABLE tl_article DROP keywords, DROP guests
    ALTER TABLE tl_calendar_events DROP imagemargin
    ALTER TABLE tl_content DROP imagemargin, DROP guests
    ALTER TABLE tl_faq DROP imagemargin
    ALTER TABLE tl_form_field DROP tabindex
    ALTER TABLE tl_layout DROP stylesheet, DROP loadingOrder
    ALTER TABLE tl_member DROP locked, DROP loginAttempts
    ALTER TABLE tl_module DROP url, DROP guests, DROP news_metaFields
    ALTER TABLE tl_news DROP imagemargin
    ALTER TABLE tl_page DROP guests, DROP tabindex
    ALTER TABLE tl_theme DROP vars
    ALTER TABLE tl_user ADD doNotCollapse TINYINT(1) DEFAULT 0 NOT NULL, ADD frontendModules BLOB DEFAULT NULL, DROP locked, DROP newsfeeds, DROP newsfeedp, DROP fullscreen, DROP loginAttempts, CHANGE showHelp showHelp TINYINT(1) DEFAULT 1 NOT NULL, CHANGE thumbnails thumbnails TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useRTE useRTE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE useCE useCE TINYINT(1) DEFAULT 1 NOT NULL, CHANGE pwChange pwChange TINYINT(1) DEFAULT 0 NOT NULL, CHANGE `admin` `admin` TINYINT(1) DEFAULT 0 NOT NULL, CHANGE disable disable TINYINT(1) DEFAULT 0 NOT NULL, CHANGE useTwoFactor useTwoFactor TINYINT(1) DEFAULT 0 NOT NULL
    ALTER TABLE tl_user_group DROP newsfeeds, DROP newsfeedp
    Geändert von Schnippel (03.05.2024 um 06:55 Uhr)

  25. #25
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.254
    Partner-ID
    10107

    Standard

    Welche MySQL oder MariaDB Version läuft bei dir?
    » sponsor me via GitHub or PayPal or Revolut

  26. #26
    Alter Contao-Hase
    Registriert seit
    12.10.2010.
    Beiträge
    1.053

    Standard

    Die DB-Version MySQL 8.0 SSD

  27. #27
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.254
    Partner-ID
    10107

    Standard

    Welche Version genau? Führe zB folgenden Query aus: SELECT VERSION;
    » sponsor me via GitHub or PayPal or Revolut

  28. #28
    Alter Contao-Hase
    Registriert seit
    12.10.2010.
    Beiträge
    1.053

    Standard

    Führe zB folgenden Query aus: SELECT VERSION;
    Wie muß ich das machen?
    - über Putty SSH? Wenn ja, wie?
    - auf dem Server in den Datenbanken ?
    oder
    - im Contao-Manager?

  29. #29
    Alter Contao-Hase
    Registriert seit
    12.10.2010.
    Beiträge
    1.053

    Standard

    Ich hab beim Support angerufen:

    Version ist 8.0.25-15

  30. #30
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.254
    Partner-ID
    10107

    Standard

    Das ist ein Datenbank Query. Es gibt aber auch noch andere Varianten wie man die genaue MySQL Server Version herausfindet.
    » sponsor me via GitHub or PayPal or Revolut

  31. #31
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.254
    Partner-ID
    10107

    Standard

    @Schnippel editiere mal die Datei vendor/doctrine/dbal/src/Platforms/Keywords/MySQL80Keywords.php und ändere Zeile 40 von
    PHP-Code:
                'ADMIN'
    auf
    PHP-Code:
                //'ADMIN', 
    (oder lösche die Zeile). Wiederhole dann den gesamten Voragang wieder (also Datenbank leeren, 4.13 Datenbank einspielen, contao:migrate --no-interaction ausführen).
    » sponsor me via GitHub or PayPal or Revolut

  32. #32
    Alter Contao-Hase
    Registriert seit
    12.10.2010.
    Beiträge
    1.053

    Standard

    Super, danke,
    jetzt lief es im "Grünen Bereich" durch und im Backend lassen sich auch wieder die Benutzer öffnen.

    Vielen Dank für die Hilfe.

    Woran lag es, am Admin? Habe ich da was falsch gemacht?
    Worauf müsste ich da zukünftig achten?

  33. #33
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.254
    Partner-ID
    10107

    Standard

    Du hast nichts falsch gemacht . Komischer Bug, irgendwo...
    » sponsor me via GitHub or PayPal or Revolut

  34. #34
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.254
    Partner-ID
    10107
    » sponsor me via GitHub or PayPal or Revolut

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

Lesezeichen

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •