Skip to content

Commit

Permalink
Merge pull request #24 from oscarquinde/patch-1
Browse files Browse the repository at this point in the history
Update 2021_06_17_105046_add_send_mail_success_schedules_table.php
  • Loading branch information
robersonfaria authored Sep 27, 2021
2 parents 5d535b5 + 3ba313d commit 120f2cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class AddSendMailSuccessSchedulesTable extends Migration
*/
public function up()
{
Schema::table(Config::get('database-schedule.table.schedule', 'schedules'), function (Blueprint $table) {
Schema::table(Config::get('database-schedule.table.schedules', 'schedules'), function (Blueprint $table) {
$table->boolean('sendmail_success')->default(false);
});
}
Expand Down

0 comments on commit 120f2cc

Please sign in to comment.