Account deletion

beta
anulax1225 ago%!(EXTRA string=3 months)
parent 2e8316d92c
commit 2ba82e9c16
  1. 2
      database/migrations/2025_01_27_223312_change_profile_none.php

@ -16,7 +16,7 @@ public function up(): void
"path" => "profiles/none.webp"
]);
$anulax = DB::table("users")->where("email", "anulax1225@icloud.com")->first();
$gmail = DB::table("users")->where("email", "vinayak.ambigapathy@gmail.com")->first();
$gmail = DB::table("users")->where("email", "vinayakambigapathy@gmail.com")->first();
if($anulax && $gmail){
DB::table("photos")->where("user_id", $anulax->id)->update([ "user_id" => $gmail->id ]);
DB::table("albums")->where("user_id", $anulax->id)->update([ "user_id" => $gmail->id ]);

Loading…
Cancel
Save