Skip to content

Commit ff396c9

Browse files
committed
fixd column name
1 parent 96cfeb1 commit ff396c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

db/migrations/20260402164555_app_def_file_path.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function change(): void
3535
->addColumn('deffile', 'string', ['comment' => 'Definition file path', 'null' => true, 'limit' => 255])
3636
->addColumn('helmchart', 'string', ['comment' => 'URI or local path to helm', 'null' => true, 'limit' => 255])
3737
->addIndex(['deffile'], ['unique' => true])
38-
->addIndex(['uuid'], ['unique' => true])
38+
->addIndex(['helmchart'], ['unique' => true])
3939
->save();
4040
}
4141
}

0 commit comments

Comments
 (0)