Skip to content

Commit

Permalink
Removed duplicated drop statements (original at lib/pkp/classes/migra…
Browse files Browse the repository at this point in the history
…tion/install/DoiMigration.php)
  • Loading branch information
jonasraoni committed Feb 6, 2024
1 parent c16f3e6 commit f60b511
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions classes/migration/install/OJSMigration.php
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,6 @@ public function down(): void
Schema::drop('issue_galleys');
Schema::drop('issue_settings');
Schema::drop('issues');
Schema::drop('doi_settings');
Schema::drop('dois');
Schema::drop('section_settings');
Schema::drop('sections');
}
Expand Down

0 comments on commit f60b511

Please sign in to comment.