Skip to content

Commit 6cb48ff

Browse files
committed
remove down migration
1 parent 68c1a60 commit 6cb48ff

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

database/migrations/create_tickets_table.php.stub

-10
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,4 @@ return new class extends Migration
2525
$table->timestamps();
2626
});
2727
}
28-
29-
/**
30-
* Reverse the migrations.
31-
*
32-
* @return void
33-
*/
34-
public function down()
35-
{
36-
Schema::dropIfExists('laravel_tickets');
37-
}
3828
};

0 commit comments

Comments
 (0)