Skip to content

Commit

Permalink
fixed migration issue during artisan shopper:install
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelhamiderrahmouni committed Oct 24, 2023
1 parent 1940619 commit 1815eb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function up(): void

$this->addForeignKey($table, 'inventory_id', $this->getTableName('inventories'), false);
$this->addForeignKey($table, 'user_id', $this->getTableName('users'), false);
$table->index(['reference_type', 'reference_id']);
// $table->index(['reference_type', 'reference_id']);
});
}

Expand Down

0 comments on commit 1815eb6

Please sign in to comment.