Skip to content

Commit 8479e1c

Browse files
Fix migration
1 parent 4017a96 commit 8479e1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

database/migrations/2024_12_19_000003_create_push_notification_recipients_table.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public function up(): void
2727
$table->string('error_message')->nullable();
2828
$table->timestamps();
2929

30-
$table->foreign('push_notification_id');
3130
$table->index(['push_notification_id', 'user_type', 'user_id'], 'pnr_notification_user_index');
3231
$table->index(['user_type', 'user_id', 'status'], 'pnr_user_status_index');
3332
$table->index(['user_type', 'user_id', 'read_at'], 'pnr_user_read_index');

0 commit comments

Comments
 (0)