Updates for migrations

This commit is contained in:
David Bomba 2023-07-06 21:28:09 +10:00
parent 52e4ee5eb9
commit 7bb8915055

View File

@ -19,6 +19,7 @@ return new class extends Migration
if($t) {
$t->full_name = 'Taiwan';
$t->name = 'Taiwan';
$t->save();
}
@ -26,6 +27,7 @@ return new class extends Migration
if($m) {
$m->full_name = 'Macedonia';
$m->name = 'Macedonia';
$m->save();
}