Skip to content

Commit

Permalink
update 2025_01_04_optimize_plan_table.php
Browse files Browse the repository at this point in the history
  • Loading branch information
xboard committed Jan 16, 2025
1 parent abe93bf commit 7837071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/migrations/2025_01_04_optimize_plan_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public function up(): void
->where('id', $plan->id)
->update([
'prices' => json_encode($prices),
'sell' => $plan->show
]);
}
});
Expand Down

0 comments on commit 7837071

Please sign in to comment.