Skip to content

Commit 5bf64a9

Browse files
committed
rimosso indice
1 parent 361489a commit 5bf64a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/2025_06_04_400978_add_column_to_cache_invalidation_events.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function up(): void
1212
}
1313

1414
Schema::table('cache_invalidation_events', function (Blueprint $table) {
15-
$table->char('batch_ID', 36)->nullable()->index()->after('id');
15+
$table->char('batch_ID', 36)->nullable()->after('id');
1616
});
1717
}
1818

0 commit comments

Comments
 (0)