mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Updates for migrations
This commit is contained in:
parent
52e4ee5eb9
commit
7bb8915055
@ -19,6 +19,7 @@ return new class extends Migration
|
|||||||
|
|
||||||
if($t) {
|
if($t) {
|
||||||
$t->full_name = 'Taiwan';
|
$t->full_name = 'Taiwan';
|
||||||
|
$t->name = 'Taiwan';
|
||||||
$t->save();
|
$t->save();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -26,6 +27,7 @@ return new class extends Migration
|
|||||||
|
|
||||||
if($m) {
|
if($m) {
|
||||||
$m->full_name = 'Macedonia';
|
$m->full_name = 'Macedonia';
|
||||||
|
$m->name = 'Macedonia';
|
||||||
$m->save();
|
$m->save();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user