Skip to content

Commit 4f9c492

Browse files
committed
fix: repair lowercase migration
1 parent 89e8752 commit 4f9c492

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Migration/Version10000Date20251228000000.php renamed to lib/Migration/Version10001Date20251228000000.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use OCP\Migration\IOutput;
1616
use OCP\Migration\SimpleMigrationStep;
1717

18-
class Version10000Date20251228000000 extends SimpleMigrationStep {
18+
class Version10001Date20251228000000 extends SimpleMigrationStep {
1919
public const TABLE = 'fts_documents';
2020

2121
public function __construct(
@@ -24,7 +24,7 @@ public function __construct(
2424
}
2525

2626
public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options) {
27-
if ($this->db->getDatabaseProvider() != IDBConnection::PLATTFORM_MYSQL) {
27+
if ($this->db->getDatabaseProvider() != IDBConnection::PLATFORM_MYSQL) {
2828
return;
2929
}
3030

0 commit comments

Comments
 (0)