Skip to content

Commit da45a81

Browse files
committed
formatting
1 parent f3157b5 commit da45a81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

database/migrations/2025_05_17_194147_fix_livemetrics_album_id.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
public function up(): void
1616
{
17-
DB::statement('UPDATE live_metrics SET album_id = (SELECT album_id FROM photos WHERE photos.id = live_metrics.photo_id) WHERE photo_id IS NOT NULL');
17+
DB::statement('UPDATE live_metrics SET album_id = (SELECT album_id FROM photos WHERE photos.id = live_metrics.photo_id) WHERE photo_id IS NOT NULL');
1818
}
1919

2020
/**

0 commit comments

Comments
 (0)