Skip to content

Commit

Permalink
Merge pull request #16 from Fellzo/patch-1
Browse files Browse the repository at this point in the history
Fix for rolling back
  • Loading branch information
zgabievi authored Feb 1, 2018
2 parents 75325a3 + c68d4e0 commit 12c1aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/2016_05_17_221000_create_promocodes_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function up()
*/
public function down()
{
Schema::drop(config('promocodes.table', 'promocodes'));
Schema::drop(config('promocodes.relation_table', 'promocode_user'));
Schema::drop(config('promocodes.table', 'promocodes'));
}
}

0 comments on commit 12c1aa9

Please sign in to comment.