merge default currency settings (#5739)

This commit is contained in:
Kevin Papst
2025-12-22 17:55:48 +01:00
committed by GitHub
parent f0e2337d67
commit 3fcaf55d02
15 changed files with 41 additions and 71 deletions

View File

@@ -30,6 +30,8 @@ final class Version20251214160001 extends AbstractMigration
// used to count the tags for the dropdown (filter and timesheet edit)
$table->addIndex(['visible'], 'IDX_27CAF54C7AB0E859');
}
// deleted in this release
$this->addSql("DELETE from kimai2_configuration where name = 'defaults.user.language'");
}
public function down(Schema $schema): void