changed repository url (#3708)

This commit is contained in:
Kevin Papst
2022-12-26 17:09:07 +01:00
committed by GitHub
parent 84cc65b008
commit 6a524f9f7c
18 changed files with 51 additions and 51 deletions

View File

@@ -27,7 +27,7 @@ final class Version20210802174320 extends AbstractMigration
public function up(Schema $schema): void
{
$teams = $schema->getTable('kimai2_teams');
// @see https://github.com/kevinpapst/kimai2/issues/2706
// @see https://github.com/kimai/kimai/issues/2706
if ($teams->hasForeignKey('FK_3BEDDC7F8F7DE5D7')) {
$teams->removeForeignKey('FK_3BEDDC7F8F7DE5D7');
}