From 23a85762a5c5a40548976301741901b6fc6f17e2 Mon Sep 17 00:00:00 2001 From: "Fabian @ Blax Software" Date: Thu, 18 Dec 2025 12:39:59 +0100 Subject: [PATCH] BF index too long --- database/migrations/create_blax_shop_tables.php.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/migrations/create_blax_shop_tables.php.stub b/database/migrations/create_blax_shop_tables.php.stub index 6adbf88..c02271a 100644 --- a/database/migrations/create_blax_shop_tables.php.stub +++ b/database/migrations/create_blax_shop_tables.php.stub @@ -131,7 +131,7 @@ return new class extends Migration $table->timestamps(); $table->index('currency'); - $table->index(['purchasable_type', 'purchasable_id', 'is_default', 'active']); + $table->index(['purchasable_type', 'purchasable_id', 'is_default', 'active'], 'pp_purchasable_default_active_idx'); }); }