Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkejN committed Dec 17, 2024
1 parent 5192e17 commit 250b990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Migration/PublishedMigration.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function shouldRun(): bool

public function run(): MigrationResult
{
$this->connection->executeStatement("ALTER TABLE tl_node ADD popupPublished TINYINT(1) DEFAULT 1 NOT NULL");
$this->connection->executeStatement('ALTER TABLE tl_node ADD popupPublished TINYINT(1) DEFAULT 1 NOT NULL');

$this->connection->executeStatement("UPDATE tl_node SET easyPopupSettings='1', popupPublished='0' WHERE published='0' AND type='content'");

Expand Down

0 comments on commit 250b990

Please sign in to comment.