Migration reversal for vote_has_application

This commit is contained in:
Miguel Nogueira 2020-04-29 21:59:41 +01:00
parent 3b0c862d47
commit 11e8062500
1 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,6 @@ class VotesHasApplication extends Migration
*/
public function down()
{
//
Schema::dropIfExists('votes_has_application');
}
}