version 1.16.2 (#2942)
* bump version * include calendar week in week chooser * table names in SQL * show save flash message * prevent migration warning * drop default value to prevent error when server version is not set * csrf token for duplicate actions * updated translations
This commit is contained in:
@@ -29,6 +29,8 @@ final class Version20211008092010 extends AbstractMigration
|
||||
$projects = $schema->getTable('kimai2_projects');
|
||||
$column = $projects->getColumn('order_number');
|
||||
$column->setOptions(['length' => 50]);
|
||||
|
||||
$this->preventEmptyMigrationWarning();
|
||||
}
|
||||
|
||||
public function down(Schema $schema): void
|
||||
|
||||
Reference in New Issue
Block a user