From 97aa8d89823d26ec63fba01f8eda52edd8ea4ff6 Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Tue, 8 Jul 2025 16:43:37 -0500 Subject: [PATCH] fix: migrations --- migrations/Version20250708033046.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/Version20250708033046.php b/migrations/Version20250708033046.php index d327b2f..0be48cc 100644 --- a/migrations/Version20250708033046.php +++ b/migrations/Version20250708033046.php @@ -21,7 +21,7 @@ final class Version20250708033046 extends AbstractMigration { // this up() migration is auto-generated, please modify it to your needs $this->addSql(<<<'SQL' - DROP TABLE sessions + DROP TABLE IF EXISTS sessions SQL); $this->addSql(<<<'SQL' ALTER TABLE download CHANGE created_at created_at DATETIME NOT NULL, CHANGE updated_at updated_at DATETIME NOT NULL