Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix typo of class name
  • Loading branch information
nickvergessen authored Nov 16, 2020
commit ad32cc525c8ada919243c8fae26f137bbcdd2e46
2 changes: 1 addition & 1 deletion lib/Migration/Version030201Date20201116123153.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
'length' => 64,
'default' => ''
]);
$table->addColumn('base_version_etag', TYPE::STRING, [
$table->addColumn('base_version_etag', Type::STRING, [
'notnull' => false,
'length' => 64,
'default' => ''
Expand Down