diff --git a/src/Bundle/ChillMainBundle/migrations/Version20220513151853.php b/src/Bundle/ChillMainBundle/migrations/Version20220513151853.php new file mode 100644 index 000000000..31319ce1b --- /dev/null +++ b/src/Bundle/ChillMainBundle/migrations/Version20220513151853.php @@ -0,0 +1,26 @@ +addSql('update users set attributes = \'[]\'::json where attributes IS NULL'); + } + + public function down(Schema $schema): void + { + + } +}