Skip to content

Commit 911ea13

Browse files
committed
migrations: Remove default for storage column
Signed-off-by: Tamino Bauknecht <dev@tb6.eu>
1 parent 99287da commit 911ea13

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/Migrations/Version29000Date20231123170742.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
5757
$table->addColumn('storage', Types::BIGINT, [
5858
'notnull' => true,
5959
'length' => 20,
60-
'default' => 0,
6160
]);
6261
$table->addColumn('path', Types::STRING, [
6362
'notnull' => true,

0 commit comments

Comments
 (0)