FEATURE [timespent][type] change type of time spent to integer

This commit is contained in:
2023-02-15 11:28:05 +01:00
parent 8957f3fed4
commit e528e4f57a
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ final class Version20230210104424 extends AbstractMigration
public function up(Schema $schema): void
{
$this->addSql('ALTER TABLE chill_person_accompanying_period_work_evaluation ADD timeSpent TIME(0) WITHOUT TIME ZONE DEFAULT NULL');
$this->addSql('ALTER TABLE chill_person_accompanying_period_work_evaluation ADD timeSpent INT DEFAULT NULL');
}
public function down(Schema $schema): void