We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HI,
I just discovered this lib and it seems great. But I already have doctrine migrations.
What could be great would be having some doc about how to migrate from Doctrine to this lib
(Also the rollup command from doctrine is nice, having the same here would be great).
The text was updated successfully, but these errors were encountered:
I opened our old MR where we did exactly this and here are some core steps we did:
doctrine/migration
bin/console migration:init
bin/console migration:skip
bin/console doctrine:migrations:migrate
bin/console migration:run both
bin/console doctrine:migrations:status
bin/console migration:check
ShipMonk\Doctrine\Migration\MigrationCheckCommand: ShipMonk\Doctrine\Migration\MigrationGenerateCommand: ShipMonk\Doctrine\Migration\MigrationInitCommand: ShipMonk\Doctrine\Migration\MigrationRunCommand: ShipMonk\Doctrine\Migration\MigrationSkipCommand: ShipMonk\Doctrine\Migration\MigrationService: $migrationsDir: "%kernel.project_dir%/migrations" $migrationClassNamespace: 'SHipMonk\Migration' $migrationClassPrefix: 'Version' $templateFilePath: "%kernel.project_dir%/migrations/migration.template"
Sorry, something went wrong.
No branches or pull requests
HI,
I just discovered this lib and it seems great.
But I already have doctrine migrations.
What could be great would be having some doc about how to migrate from Doctrine to this lib
(Also the rollup command from doctrine is nice, having the same here would be great).
The text was updated successfully, but these errors were encountered: