Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Version002002000Date20220614094721.php
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen authored Jun 16, 2025
commit 5dd82f4821aaa4bd6f2a72b1aa66e0b9c5f09321
2 changes: 1 addition & 1 deletion lib/Migration/Version002002000Date20220614094721.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
'notnull' => false,
]);
$table->addColumn('vector', Types::TEXT, [
'notnull' => true,
'notnull' => false,
]);
$table->addColumn('cluster_id', 'bigint', [
'notnull' => false,
Expand Down
Loading