Skip to content

Commit 98ee770

Browse files
committed
Adds migration file to list of publishable migrations
1 parent 707bc4b commit 98ee770

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FilamentCommentsServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ protected function getMigrations(): array
8585
{
8686
return [
8787
'create_filament_comments_table',
88+
'add_index_to_subject',
8889
];
8990
}
9091
}

0 commit comments

Comments
 (0)