Skip to content

Commit

Permalink
Remove index not working for older dbs
Browse files Browse the repository at this point in the history
  • Loading branch information
go-vehikl committed Oct 24, 2024
1 parent f87b628 commit 0d9d11b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function up(): void
$table->id();
$table->string('endpoint');
$table->string('description');
$table->json('events')->index();
$table->json('events');
$table->timestamps();
});
}
Expand Down

0 comments on commit 0d9d11b

Please sign in to comment.