File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ public function isChangedName(FieldDefinition $comparingFieldDefinition): bool
132
132
public function isChangedData (FieldDefinition $ comparingFieldDefinition ): bool
133
133
{
134
134
$ paramsToCheck = get_class_methods (ColumnInterface::class);
135
- unset($ paramsToCheck ['getName ' ]);
135
+ // unset($paramsToCheck['getName']); // TODO: Validate if this even needed.
136
136
137
137
$ comparingFieldColumn = $ comparingFieldDefinition ->getColumn ();
138
138
foreach ($ paramsToCheck as $ method ) {
Original file line number Diff line number Diff line change @@ -270,7 +270,8 @@ public static function run(array $options)
270
270
join (PHP_EOL , $ migrationsDirList ) :
271
271
$ migrationsDirList ;
272
272
273
- throw new RuntimeException ('Migrations were not found at: ' . PHP_EOL . PHP_EOL . $ migrationsPath );
273
+ echo Color::error ('Migrations were not found at: ' . $ migrationsPath , 'Warning: ' );
274
+ return ;
274
275
}
275
276
276
277
// Set default final version
You can’t perform that action at this time.
0 commit comments