WIP: feature_paste #1

Draft
Miroslavsckaya wants to merge 24 commits from feature_paste into master
Showing only changes of commit f2072b9b10 - Show all commits

View file

@ -10,11 +10,6 @@ use Doctrine\Migrations\AbstractMigration;
skobkin marked this conversation as resolved Outdated

Either describe what these migrations do or remove meaningless comments.

Either describe what these migrations do or remove meaningless comments.
final class Version20230720115905 extends AbstractMigration final class Version20230720115905 extends AbstractMigration
{ {
public function getDescription(): string
{
return '';
}
public function up(Schema $schema): void public function up(Schema $schema): void
skobkin marked this conversation as resolved
Review

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'); $this->addSql('CREATE SEQUENCE paste_id_seq INCREMENT BY 1 MINVALUE 1 START 1');