Skip to content

Commit a6b6152

Browse files
committed
Added new option to Migrate command no-all-or-nothing
1 parent 4f7003e commit a6b6152

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Console/MigrateCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class MigrateCommand extends BaseCommand
2020
{--query-time : Time all the queries individually. }
2121
{--allow-no-migration : Doesn\'t throw an exception if no migration is available. }
2222
{--all-or-nothing=notprovided : Wrap the entire migration in a transaction. }
23+
{--no-all-or-nothing : Do not wrap the entire migration in a transaction. }
2324
';
2425

2526
/**

0 commit comments

Comments
 (0)