harden migrations

This commit is contained in:
team 1
2026-02-26 10:29:50 +01:00
parent 8beb6e7d7e
commit e890d38bc8
2 changed files with 37 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ final class Version20260221000300 extends AbstractMigration
public function up(Schema $schema): void
{
$this->addSql("
CREATE TABLE tag_rebuild_job (
CREATE TABLE IF NOT EXISTS tag_rebuild_job (
id BINARY(16) NOT NULL,
status VARCHAR(16) NOT NULL,
created_at DATETIME NOT NULL,