We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cfeb1 commit ff396c9Copy full SHA for ff396c9
1 file changed
db/migrations/20260402164555_app_def_file_path.php
@@ -35,7 +35,7 @@ public function change(): void
35
->addColumn('deffile', 'string', ['comment' => 'Definition file path', 'null' => true, 'limit' => 255])
36
->addColumn('helmchart', 'string', ['comment' => 'URI or local path to helm', 'null' => true, 'limit' => 255])
37
->addIndex(['deffile'], ['unique' => true])
38
- ->addIndex(['uuid'], ['unique' => true])
+ ->addIndex(['helmchart'], ['unique' => true])
39
->save();
40
}
41
0 commit comments