Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Oct 21, 2022
1 parent 21a95f3 commit c705f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/migrations/create_flags_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function up()
$table->string('name');
$table->morphs('flaggable');

$table->index('name');
$table->index(['name', 'flaggable_id', 'flaggable_type']);

$table->timestamps();
});
Expand Down

0 comments on commit c705f4f

Please sign in to comment.