We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36da78d commit 3a0895fCopy full SHA for 3a0895f
1 file changed
migrations/Version20260131161930.php
@@ -42,7 +42,7 @@ public function down(Schema $schema): void
42
{
43
$engine = $this->connection->getDatabasePlatform()->getName();
44
45
- // Revert is_public = true back to ACCESS_PUBLIC (10)
+ // Revert public = true back to ACCESS_PUBLIC (10)
46
if ('postgresql' === $engine) {
47
$this->addSql('UPDATE calendarinstances SET access = 10 WHERE is_public = TRUE');
48
} else {
0 commit comments