Skip to content

Commit

Permalink
Update migration again
Browse files Browse the repository at this point in the history
  • Loading branch information
tobytwigger committed Jun 8, 2020
1 parent 1952b1a commit 9bd2475
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public function up()
*/
public function down()
{
\BristolSU\Module\DataEntry\Models\Cell::whereNull('value')->update(['value' => '']);
Schema::table('data_entry_cell', function(Blueprint $table) {
$table->text('value')->nullable(false)->change();
});
Expand Down

0 comments on commit 9bd2475

Please sign in to comment.