Skip to content

Commit c999009

Browse files
committed
removed speedtest model
1 parent 01fa670 commit c999009

File tree

4 files changed

+0
-98
lines changed

4 files changed

+0
-98
lines changed

app/Models/Speedtest.php

Lines changed: 0 additions & 28 deletions
This file was deleted.

database/factories/SpeedtestFactory.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

database/migrations/2022_08_31_193643_create_speedtests_table.php

Lines changed: 0 additions & 46 deletions
This file was deleted.

database/migrations/2022_08_31_202106_create_results_table.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ public function up()
1515
{
1616
Schema::create('results', function (Blueprint $table) {
1717
$table->id();
18-
$table->foreignId('speedtest_id')->nullable();
1918
$table->json('data');
2019
$table->timestamp('created_at')
2120
->useCurrent();

0 commit comments

Comments
 (0)