File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 88use Doctrine \Migrations \AbstractMigration ;
99
1010/**
11- * Auto-generated Migration: Please modify to your needs!
11+ * Note: The up and down steps are the same in this migration, but it makes something fall into place.
1212 */
1313final class Version20250117101700 extends AbstractMigration
1414{
@@ -19,13 +19,11 @@ public function getDescription(): string
1919
2020 public function up (Schema $ schema ): void
2121 {
22- // this up() migration is auto-generated, please modify it to your needs
2322 $ this ->addSql ('ALTER TABLE user CHANGE roles roles JSON NOT NULL COMMENT \'(DC2Type:json) \'' );
2423 }
2524
2625 public function down (Schema $ schema ): void
2726 {
28- // this down() migration is auto-generated, please modify it to your needs
2927 $ this ->addSql ('ALTER TABLE user CHANGE roles roles JSON NOT NULL COMMENT \'(DC2Type:json) \'' );
3028 }
3129}
You can’t perform that action at this time.
0 commit comments