diff --git a/lib/Migration/TimestampMigration.php b/lib/Migration/TimestampMigration.php index f028202..2c3eec9 100644 --- a/lib/Migration/TimestampMigration.php +++ b/lib/Migration/TimestampMigration.php @@ -21,7 +21,7 @@ class TimestampMigration implements \OCP\Migration\IRepairStep */ public function getName() : string { - return "migrate timestamp values to integer to store unix epoch"; + return "Migrate timestamp values to integer to store unix epoch"; } /**