BF index too long

This commit is contained in:
Fabian @ Blax Software 2025-12-18 12:39:59 +01:00
parent d13945a731
commit 23a85762a5
1 changed files with 1 additions and 1 deletions

View File

@ -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');
});
}