Skip to content

Commit

Permalink
feat: added dropIfExists orders
Browse files Browse the repository at this point in the history
  • Loading branch information
wandesnet committed Apr 29, 2024
1 parent 36e1adf commit a964692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Concerns/TestDatabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public static function down(): void
Schema::dropIfExists('chefs');
Schema::dropIfExists('restaurants');
Schema::dropIfExists('category_chef');
Schema::dropIfExists('orders');
}

public static function migrate(): void
Expand Down

0 comments on commit a964692

Please sign in to comment.