getDescription method removed from migration class

This commit is contained in:
mitsuha_s 2023-07-22 16:16:04 +03:00
parent 6640112c54
commit f2072b9b10

View file

@ -10,11 +10,6 @@ use Doctrine\Migrations\AbstractMigration;
final class Version20230720115905 extends AbstractMigration
{
public function getDescription(): string
{
return '';
}
public function up(Schema $schema): void
{
$this->addSql('CREATE SEQUENCE paste_id_seq INCREMENT BY 1 MINVALUE 1 START 1');