the browser-facing portion of osu!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove unused imports

-2
-2
database/migrations/2022_07_19_060203_set_compressed_row_format_on_solo_scores.php
··· 4 4 // See the LICENCE file in the repository root for full licence text. 5 5 6 6 use Illuminate\Database\Migrations\Migration; 7 - use Illuminate\Database\Schema\Blueprint; 8 - use Illuminate\Support\Facades\Schema; 9 7 10 8 class SetCompressedRowFormatOnSoloScores extends Migration 11 9 {