Skip to content

Commit

Permalink
pkp/pkp-lib#9456 Use tabs for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
nibou230 committed Dec 7, 2023
1 parent a140fd4 commit 1da9f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbscripts/xml/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<migration class="PKP\migration\install\CategoriesMigration" />
<migration class="PKP\migration\install\HighlightsMigration" />
<migration class="APP\migration\install\MetricsMigration" />
<migration class="PKP\migration\install\UserPrivateNotesMigration" />
<migration class="PKP\migration\install\UserPrivateNotesMigration" />

<!-- Other install tasks -->
<code function="createData"/>
Expand Down
2 changes: 1 addition & 1 deletion dbscripts/xml/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<upgrade minversion="3.4.0.0" maxversion="3.4.9.9">
<migration class="PKP\migration\upgrade\v3_5_0\I9197_MigrateAccessKeys"/>
<migration class="PKP\migration\upgrade\v3_5_0\I9262_Highlights"/>
<migration class="PKP\migration\upgrade\v3_5_0\I9456_UserPrivateNotes"/>
<migration class="PKP\migration\upgrade\v3_5_0\I9456_UserPrivateNotes"/>
</upgrade>

<upgrade minversion="3.1.0.0" maxversion="3.4.9.9">
Expand Down

0 comments on commit 1da9f22

Please sign in to comment.