diff --git a/src/Bundle/ChillActivityBundle/migrations/Version20240918142723.php b/src/Bundle/ChillActivityBundle/migrations/Version20240918142723.php index d453a9bbc..8f0973853 100644 --- a/src/Bundle/ChillActivityBundle/migrations/Version20240918142723.php +++ b/src/Bundle/ChillActivityBundle/migrations/Version20240918142723.php @@ -2,6 +2,13 @@ declare(strict_types=1); +/* + * Chill is a software for social workers + * + * For the full copyright and license information, please view + * the LICENSE file that was distributed with this source code. + */ + namespace Chill\Migrations\Activity; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillBudgetBundle/migrations/Version20240918143139.php b/src/Bundle/ChillBudgetBundle/migrations/Version20240918143139.php index ace30aaac..feacd41e8 100644 --- a/src/Bundle/ChillBudgetBundle/migrations/Version20240918143139.php +++ b/src/Bundle/ChillBudgetBundle/migrations/Version20240918143139.php @@ -2,6 +2,13 @@ declare(strict_types=1); +/* + * Chill is a software for social workers + * + * For the full copyright and license information, please view + * the LICENSE file that was distributed with this source code. + */ + namespace Chill\Migrations\Budget; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillJobBundle/src/migrations/Version20240918132916.php b/src/Bundle/ChillJobBundle/src/migrations/Version20240918132916.php index 691ea8a4f..68cd49d3d 100644 --- a/src/Bundle/ChillJobBundle/src/migrations/Version20240918132916.php +++ b/src/Bundle/ChillJobBundle/src/migrations/Version20240918132916.php @@ -2,6 +2,13 @@ declare(strict_types=1); +/* + * Chill is a software for social workers + * + * For the full copyright and license information, please view + * the LICENSE file that was distributed with this source code. + */ + namespace Chill\Migrations\Job; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillMainBundle/migrations/Version20240918150339.php b/src/Bundle/ChillMainBundle/migrations/Version20240918150339.php index d0a4f858b..cd0e17fd1 100644 --- a/src/Bundle/ChillMainBundle/migrations/Version20240918150339.php +++ b/src/Bundle/ChillMainBundle/migrations/Version20240918150339.php @@ -2,6 +2,13 @@ declare(strict_types=1); +/* + * Chill is a software for social workers + * + * For the full copyright and license information, please view + * the LICENSE file that was distributed with this source code. + */ + namespace Chill\Migrations\Main; use Doctrine\DBAL\Schema\Schema; @@ -26,7 +33,5 @@ final class Version20240918150339 extends AbstractMigration $this->addSql('ALTER TABLE users ALTER attributes SET DEFAULT \'[]\''); } - public function down(Schema $schema): void - { - } + public function down(Schema $schema): void {} } diff --git a/src/Bundle/ChillMainBundle/migrations/Version20241101100750.php b/src/Bundle/ChillMainBundle/migrations/Version20241101100750.php index 8a82155e1..9c1e99ad8 100644 --- a/src/Bundle/ChillMainBundle/migrations/Version20241101100750.php +++ b/src/Bundle/ChillMainBundle/migrations/Version20241101100750.php @@ -2,6 +2,13 @@ declare(strict_types=1); +/* + * Chill is a software for social workers + * + * For the full copyright and license information, please view + * the LICENSE file that was distributed with this source code. + */ + namespace Chill\Migrations\Main; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillMainBundle/migrations/Version20241104085341.php b/src/Bundle/ChillMainBundle/migrations/Version20241104085341.php index 90b58e1ba..cb09a632a 100644 --- a/src/Bundle/ChillMainBundle/migrations/Version20241104085341.php +++ b/src/Bundle/ChillMainBundle/migrations/Version20241104085341.php @@ -2,6 +2,13 @@ declare(strict_types=1); +/* + * Chill is a software for social workers + * + * For the full copyright and license information, please view + * the LICENSE file that was distributed with this source code. + */ + namespace Chill\Migrations\Main; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillMainBundle/migrations/Version20241104135957.php b/src/Bundle/ChillMainBundle/migrations/Version20241104135957.php index af081b147..8693ebbe0 100644 --- a/src/Bundle/ChillMainBundle/migrations/Version20241104135957.php +++ b/src/Bundle/ChillMainBundle/migrations/Version20241104135957.php @@ -2,6 +2,13 @@ declare(strict_types=1); +/* + * Chill is a software for social workers + * + * For the full copyright and license information, please view + * the LICENSE file that was distributed with this source code. + */ + namespace Chill\Migrations\Main; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillMainBundle/migrations/Version20241104142216.php b/src/Bundle/ChillMainBundle/migrations/Version20241104142216.php index 798339ed9..bce990be2 100644 --- a/src/Bundle/ChillMainBundle/migrations/Version20241104142216.php +++ b/src/Bundle/ChillMainBundle/migrations/Version20241104142216.php @@ -2,6 +2,13 @@ declare(strict_types=1); +/* + * Chill is a software for social workers + * + * For the full copyright and license information, please view + * the LICENSE file that was distributed with this source code. + */ + namespace Chill\Migrations\Main; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillPersonBundle/migrations/Version20240918130649.php b/src/Bundle/ChillPersonBundle/migrations/Version20240918130649.php index 1583ea6d0..3c427999d 100644 --- a/src/Bundle/ChillPersonBundle/migrations/Version20240918130649.php +++ b/src/Bundle/ChillPersonBundle/migrations/Version20240918130649.php @@ -2,6 +2,13 @@ declare(strict_types=1); +/* + * Chill is a software for social workers + * + * For the full copyright and license information, please view + * the LICENSE file that was distributed with this source code. + */ + namespace Chill\Migrations\Person; use Doctrine\DBAL\Schema\Schema; @@ -27,7 +34,5 @@ final class Version20240918130649 extends AbstractMigration $this->addSql('COMMENT ON COLUMN chill_person_resource.updatedAt IS \'(DC2Type:datetime_immutable)\''); } - public function down(Schema $schema): void - { - } + public function down(Schema $schema): void {} } diff --git a/src/Bundle/ChillPersonBundle/migrations/Version20240918151852.php b/src/Bundle/ChillPersonBundle/migrations/Version20240918151852.php index 0de63bb1e..27827a86d 100644 --- a/src/Bundle/ChillPersonBundle/migrations/Version20240918151852.php +++ b/src/Bundle/ChillPersonBundle/migrations/Version20240918151852.php @@ -2,6 +2,13 @@ declare(strict_types=1); +/* + * Chill is a software for social workers + * + * For the full copyright and license information, please view + * the LICENSE file that was distributed with this source code. + */ + namespace Chill\Migrations\Person; use Doctrine\DBAL\Schema\Schema; @@ -29,7 +36,5 @@ final class Version20240918151852 extends AbstractMigration $this->addSql('ALTER TABLE chill_person_resource ALTER createdat DROP NOT NULL'); } - public function down(Schema $schema): void - { - } + public function down(Schema $schema): void {} } diff --git a/src/Bundle/ChillTaskBundle/migrations/Version20241101093514.php b/src/Bundle/ChillTaskBundle/migrations/Version20241101093514.php index 71ec995e7..4640d7e5e 100644 --- a/src/Bundle/ChillTaskBundle/migrations/Version20241101093514.php +++ b/src/Bundle/ChillTaskBundle/migrations/Version20241101093514.php @@ -2,6 +2,13 @@ declare(strict_types=1); +/* + * Chill is a software for social workers + * + * For the full copyright and license information, please view + * the LICENSE file that was distributed with this source code. + */ + namespace Chill\Migrations\Task; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillThirdPartyBundle/migrations/Version20240918152229.php b/src/Bundle/ChillThirdPartyBundle/migrations/Version20240918152229.php index cb99c74cd..bc42f3012 100644 --- a/src/Bundle/ChillThirdPartyBundle/migrations/Version20240918152229.php +++ b/src/Bundle/ChillThirdPartyBundle/migrations/Version20240918152229.php @@ -2,6 +2,13 @@ declare(strict_types=1); +/* + * Chill is a software for social workers + * + * For the full copyright and license information, please view + * the LICENSE file that was distributed with this source code. + */ + namespace Chill\Migrations\ThirdParty; use Doctrine\DBAL\Schema\Schema; @@ -20,7 +27,5 @@ final class Version20240918152229 extends AbstractMigration $this->addSql('ALTER TABLE chill_3party.third_party ALTER firstname SET NOT NULL'); } - public function down(Schema $schema): void - { - } + public function down(Schema $schema): void {} }