Skip to content

Commit

Permalink
Update table migration file name
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Jan 22, 2025
1 parent 3bb4cb5 commit 9e2547d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppPulseServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function configurePackage(Package $package): void
$package
->name('app-pulse')
->hasConfigFile()
->hasMigrations('create_app_pulse_table', 'update_monitor_status_field_data_type')
->hasMigrations('create_app_pulse_table', 'update_monitor_status_data_type')
->hasCommand(CheckMonitorStatusCommand::class);
}

Expand Down

0 comments on commit 9e2547d

Please sign in to comment.