Skip to content

Commit ee273db

Browse files
author
Andrey Helldar
committed
Error: The "--schema-from" option does not accept a value.
1 parent dd411b6 commit ee273db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/Migrate.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
final class Migrate extends Command
1515
{
1616
protected $signature = 'db:migrate'
17-
. ' {--schema-from : Source connection name}'
18-
. ' {--schema-to : Target connection name}';
17+
. ' {--schema-from= : Source connection name}'
18+
. ' {--schema-to= : Target connection name}';
1919

2020
protected $description = 'Data transfer from one database to another';
2121

0 commit comments

Comments
 (0)