WIP: feature_paste #1
|
@ -10,11 +10,6 @@ use Doctrine\Migrations\AbstractMigration;
|
|||
|
||||
skobkin marked this conversation as resolved
Outdated
|
||||
final class Version20230720115905 extends AbstractMigration
|
||||
{
|
||||
public function getDescription(): string
|
||||
{
|
||||
return '';
|
||||
}
|
||||
|
||||
public function up(Schema $schema): void
|
||||
skobkin marked this conversation as resolved
skobkin
commented
Do you need it here if it's empty? Do you need it here if it's empty?
|
||||
{
|
||||
$this->addSql('CREATE SEQUENCE paste_id_seq INCREMENT BY 1 MINVALUE 1 START 1');
|
||||
|
|
Loading…
Reference in a new issue
Either describe what these migrations do or remove meaningless comments.