Dmitry Mamchyts

Results 4 comments of Dmitry Mamchyts

+1: ``` // 1 schema diff(s) detected: DROP TABLE doctrine_migration_versions; ```

@greg0ire ``` [OK] The database schema is in sync with the mapping files. ``` `doctrine:migrations:diff ` also work fine. ![image](https://github.com/doctrine/migrations/assets/102530135/d06ac903-0924-40b2-88f9-6f92db528f50)

``` /var/www/html $ composer show | grep doctrine doctrine/cache 2.2.0 doctrine/collections 2.2.1 doctrine/common 3.4.3 doctrine/data-fixtures 1.7.0 doctrine/dbal 3.8.3 doctrine/deprecations 1.1.3 doctrine/doctrine-bundle 2.11.3 doctrine/doctrine-fixtures-bundle 3.5.1 doctrine/doctrine-migrations-bundle 3.3.0 doctrine/event-manager 2.0.0 doctrine/inflector 2.0.10...