Skip to content

Commit 6d035cb

Browse files
committed
Update finishing.blade.php
1 parent 1abcf14 commit 6d035cb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

resources/views/components/finishing.blade.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,6 @@ function getStringBetween($string, $start, $end) {
145145
]);
146146
} catch (exception $e) {}
147147
148-
// Remove unique constrain from user names
149-
try {
150-
$affected_rows = DB::delete(DB::raw("DELETE FROM users WHERE id NOT IN (SELECT MIN(id) FROM users GROUP BY name)"));
151-
$message = "Duplicate rows removed successfully. $affected_rows rows were affected.";
152-
} catch (\Exception $e) {}
153-
154148
// Changes saved profile images from littlelink_name to IDs.
155149
// This runs every time the updater runs.
156150
// Not sure if this will cause any issues.

0 commit comments

Comments
 (0)