File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed
Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5+ /**
6+ * Pimcore
7+ *
8+ * This source file is available under two different licenses:
9+ * - GNU General Public License version 3 (GPLv3)
10+ * - Pimcore Commercial License (PCL)
11+ * Full copyright and license information is available in
12+ * LICENSE.md which is distributed with this source code.
13+ *
14+ * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
15+ * @license http://www.pimcore.org/license GPLv3 and PCL
16+ */
17+
518namespace CustomerManagementFrameworkBundle \Migrations \PimcoreX ;
619
720use Doctrine \DBAL \Schema \Schema ;
@@ -24,6 +37,5 @@ public function up(Schema $schema): void
2437 public function down (Schema $ schema ): void
2538 {
2639 // this down() migration is auto-generated, please modify it to your needs
27-
2840 }
2941}
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5+ /**
6+ * Pimcore
7+ *
8+ * This source file is available under two different licenses:
9+ * - GNU General Public License version 3 (GPLv3)
10+ * - Pimcore Commercial License (PCL)
11+ * Full copyright and license information is available in
12+ * LICENSE.md which is distributed with this source code.
13+ *
14+ * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
15+ * @license http://www.pimcore.org/license GPLv3 and PCL
16+ */
17+
518namespace CustomerManagementFrameworkBundle \Migrations ;
619
720use Doctrine \DBAL \Schema \Schema ;
821use Doctrine \Migrations \AbstractMigration ;
922
10-
1123final class Version20220316141955 extends AbstractMigration
1224{
1325 public function up (Schema $ schema ): void
@@ -20,6 +32,5 @@ public function up(Schema $schema): void
2032 public function down (Schema $ schema ): void
2133 {
2234 // this down() migration is auto-generated, please modify it to your needs
23-
2435 }
2536}
You can’t perform that action at this time.
0 commit comments