From c040ca2e59a6805ec540699b042f2fe0df9e82ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nu=C5=A1a=20Puk=C5=A1i=C4=8D?= Date: Mon, 6 Oct 2025 19:18:31 +0200 Subject: [PATCH] Migration, 6 --- migrations/Version20251006135000.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/migrations/Version20251006135000.php b/migrations/Version20251006135000.php index ee2f015..105d4b8 100644 --- a/migrations/Version20251006135000.php +++ b/migrations/Version20251006135000.php @@ -21,16 +21,16 @@ final class Version20251006135000 extends AbstractMigration { // this up() migration is auto-generated, please modify it to your needs $this->addSql(<<<'SQL' - DROP INDEX idx_article_slug + DROP INDEX IF EXISTS idx_article_slug SQL); $this->addSql(<<<'SQL' - DROP INDEX idx_3bae0aa7afece2eb + DROP INDEX IF EXISTS idx_3bae0aa7afece2eb SQL); $this->addSql(<<<'SQL' - DROP INDEX idx_event_kind_created + DROP INDEX IF EXISTS idx_event_kind_created SQL); $this->addSql(<<<'SQL' - DROP INDEX idx_event_pubkey + DROP INDEX IF EXISTS idx_event_pubkey SQL); $this->addSql(<<<'SQL' ALTER TABLE visit ADD session_id VARCHAR(255) DEFAULT NULL