Skip to content

Commit 95f1579

Browse files
committed
pkp/pkp-lib#4860 Final fixes
1 parent 2321f39 commit 95f1579

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

classes/migration/install/OPSMigration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ public function up(): void
8888

8989
$table->tinyInteger('status')->default(1); // PKPSubmission::STATUS_QUEUED
9090
$table->string('url_path', 64)->nullable();
91-
$table->bigInteger('version')->nullable();
9291
$table->index(['url_path'], 'publications_url_path');
9392

9493
$table->bigInteger('doi_id')->nullable();

0 commit comments

Comments
 (0)