fix: migrations

This commit is contained in:
2025-07-08 16:43:37 -05:00
parent a88720fe7e
commit 97aa8d8982

View File

@@ -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