File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ public function isChangedName(FieldDefinition $comparingFieldDefinition): bool
132132 public function isChangedData (FieldDefinition $ comparingFieldDefinition ): bool
133133 {
134134 $ paramsToCheck = get_class_methods (ColumnInterface::class);
135- unset($ paramsToCheck ['getName ' ]);
135+ // unset($paramsToCheck['getName']); // TODO: Validate if this even needed.
136136
137137 $ comparingFieldColumn = $ comparingFieldDefinition ->getColumn ();
138138 foreach ($ paramsToCheck as $ method ) {
Original file line number Diff line number Diff line change @@ -270,7 +270,8 @@ public static function run(array $options)
270270 join (PHP_EOL , $ migrationsDirList ) :
271271 $ migrationsDirList ;
272272
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 ;
274275 }
275276
276277 // Set default final version
You can’t perform that action at this time.
0 commit comments