From 69a3c6a9b2bcf7fdfbb5e85eb787c4e52bcaf0b9 Mon Sep 17 00:00:00 2001 From: nobohan Date: Thu, 22 Apr 2021 09:59:46 +0200 Subject: [PATCH] refine the migration comment --- src/Bundle/ChillMainBundle/migrations/Version20210414091001.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillMainBundle/migrations/Version20210414091001.php b/src/Bundle/ChillMainBundle/migrations/Version20210414091001.php index 7881d9558..db207c594 100644 --- a/src/Bundle/ChillMainBundle/migrations/Version20210414091001.php +++ b/src/Bundle/ChillMainBundle/migrations/Version20210414091001.php @@ -6,7 +6,7 @@ use Doctrine\DBAL\Schema\Schema; use Doctrine\Migrations\AbstractMigration; /** - * Auto-generated Migration: Please modify to your needs! + * Create the postgis extension */ final class Version20210414091001 extends AbstractMigration {