Skip to content

Commit

Permalink
Change drop table order
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed May 26, 2016
1 parent 709148b commit 047f63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/2016_05_18_000000_teamwork_setup_tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ public function down()
});

Schema::drop(\Config::get('teamwork.team_user_table'));
Schema::drop(\Config::get('teamwork.teams_table'));
Schema::drop(\Config::get('teamwork.team_invites_table'));
Schema::drop(\Config::get('teamwork.teams_table'));

}
}

0 comments on commit 047f63b

Please sign in to comment.