Skip to content

Commit 41a55e7

Browse files
committed
fixup! feat: calendar federation
1 parent 78f33c5 commit 41a55e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/dav/lib/Migration/Version1034Date20250605132605.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
8989
'notnull' => true,
9090
'length' => 255,
9191
]);
92+
$federatedCalendarsTable->addColumn('permissions', Types::INTEGER, [
93+
'notnull' => true,
94+
]);
9295
$federatedCalendarsTable->setPrimaryKey(['id']);
9396
}
9497

0 commit comments

Comments
 (0)