Skip to content

Commit

Permalink
rename migration to Version 5 and current date
Browse files Browse the repository at this point in the history
Signed-off-by: Timotheus Pokorra <[email protected]>
  • Loading branch information
tpokorra committed Jan 9, 2025
1 parent ef36232 commit 21f3a2d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

Expand All @@ -15,7 +15,7 @@
use OCP\Migration\IOutput;
use OCP\Migration\SimpleMigrationStep;

class Version030300Date20230815000000 extends SimpleMigrationStep {
class Version050000Date20250109201500 extends SimpleMigrationStep {

/**
* @param IOutput $output
Expand Down

0 comments on commit 21f3a2d

Please sign in to comment.