diff --git a/lib/Migration/Version131Date20250219152900.php b/lib/Migration/Version131Date20250219152900.php new file mode 100644 index 0000000..51ff5fb --- /dev/null +++ b/lib/Migration/Version131Date20250219152900.php @@ -0,0 +1,35 @@ +getTable(self::RESULTS_TABLE); + + $table->modifyColumn('before_path', [ + 'length' => 2000, + ]); + $table->modifyColumn('current_path', [ + 'length' => 2000, + ]); + + return $schema; + } +}