getDescription method removed from migration class
This commit is contained in:
parent
6640112c54
commit
f2072b9b10
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue