Pint
This commit is contained in:
@@ -22,8 +22,7 @@ return new class extends Migration
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
Schema::table('gallery', function (Blueprint $table)
|
||||
{
|
||||
Schema::table('gallery', function (Blueprint $table) {
|
||||
$table->dropIndex(['episode_id', 'hentai_id']);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user