Fix migration problems
This commit is contained in:
@@ -44,7 +44,7 @@ return new class extends Migration
|
||||
|
||||
$table->timestamps();
|
||||
|
||||
$table->index(['type','status','game_id','platform_id','status_id']);
|
||||
$table->index(['type','state','game_id','platform_id','status_id']);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user