Skip to content

Commit

Permalink
Merge pull request #300 from jolicode/doctrine
Browse files Browse the repository at this point in the history
run all migration of nothing
  • Loading branch information
lyrixx authored May 31, 2024
2 parents 548aeb0 + aab7597 commit 841e7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion castor.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ function migrate(): void
// io()->title('Migrating the database schema');

// docker_compose_run('bin/console doctrine:database:create --if-not-exists');
// docker_compose_run('bin/console doctrine:migration:migrate -n --allow-no-migration');
// docker_compose_run('bin/console doctrine:migration:migrate -n --allow-no-migration --all-or-nothing');
}

0 comments on commit 841e7b8

Please sign in to comment.