mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 10:38:14 -05:00
update 2025_01_04_optimize_plan_table.php
This commit is contained in:
parent
abe93bf5ff
commit
78370717df
@ -38,6 +38,7 @@ return new class extends Migration {
|
|||||||
->where('id', $plan->id)
|
->where('id', $plan->id)
|
||||||
->update([
|
->update([
|
||||||
'prices' => json_encode($prices),
|
'prices' => json_encode($prices),
|
||||||
|
'sell' => $plan->show
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user