Skip to content

Commit

Permalink
pkp/pkp-lib#7463 Drop locale column from publications table
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr committed Nov 22, 2021
1 parent eef1e65 commit d906563
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/migration/install/OJSMigration.inc.php
Expand Up @@ -173,7 +173,6 @@ public function up(): void
$table->bigInteger('access_status')->default(0)->nullable();
$table->date('date_published')->nullable();
$table->datetime('last_modified')->nullable();
$table->string('locale', 14)->nullable();
$table->bigInteger('primary_contact_id')->nullable();
$table->bigInteger('section_id')->nullable();
$table->float('seq', 8, 2)->default(0);
Expand Down

0 comments on commit d906563

Please sign in to comment.