Skip to content

Commit 3a0895f

Browse files
author
tchapi
committed
chore
1 parent 36da78d commit 3a0895f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

migrations/Version20260131161930.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function down(Schema $schema): void
4242
{
4343
$engine = $this->connection->getDatabasePlatform()->getName();
4444

45-
// Revert is_public = true back to ACCESS_PUBLIC (10)
45+
// Revert public = true back to ACCESS_PUBLIC (10)
4646
if ('postgresql' === $engine) {
4747
$this->addSql('UPDATE calendarinstances SET access = 10 WHERE is_public = TRUE');
4848
} else {

0 commit comments

Comments
 (0)