Skip to content

Commit

Permalink
indices_to_posts
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed May 19, 2023
1 parent e5c70d0 commit 1474e4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SkyServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected function getCommands(): array
public function packageConfiguring(Package $package): void
{
$package
->hasMigrations(['create_posts_table', 'create_faqs_table', 'modify_posts_columns'])
->hasMigrations(['create_posts_table', 'create_faqs_table', 'modify_posts_columns','add_indices_to_posts'])
->hasRoute('web');
}

Expand Down

0 comments on commit 1474e4b

Please sign in to comment.