Skip to content

Commit 5ac547c

Browse files
committed
fixup! fix: set createdAt timestamp for local attachments
1 parent c86cd1a commit 5ac547c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Migration/Version5006Date20251023224608.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
2828

2929
$attachments = $schema->getTable('mail_attachments');
3030

31-
// Ensure created_at is NOT NULL and has no default, so app must set it.
31+
// Drop default value for created_at column
3232
if ($attachments->hasColumn('created_at')) {
3333
$attachments->modifyColumn('created_at', [
3434
'default' => null,

0 commit comments

Comments
 (0)