Skip to content

Commit

Permalink
🔨 Zet status op geopend! Enjoy!
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Jul 3, 2020
1 parent 4f60a2d commit 0dd1b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function up()
$table->string('dag_van_week')->unique();
$table->string('openingstijd');
$table->string('sluitingstijd');
$table->boolean('status')->default(0);
$table->boolean('status')->default(1);
});
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function up()
$table->string('dag_van_week')->unique();
$table->string('openingstijd');
$table->string('sluitingstijd');
$table->boolean('status')->default(0);
$table->boolean('status')->default(1);
});
}

Expand Down

0 comments on commit 0dd1b78

Please sign in to comment.