Skip to content

Commit 3ebc1fa

Browse files
committed
migration update added
1 parent a9a7e02 commit 3ebc1fa

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

config/changelog.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
use Illuminate\Support\Facades\Artisan;
55

66
return [
7+
'1.0.7' => function (AppUpdateCommand $command) {
8+
$command->task('Changing the auditable_id field data type', function () {
9+
Artisan::call('migrate', ['--force' => true, '--quiet' => true, '--ansi' => true]);
10+
});
11+
},
712
'1.0.6' => function (AppUpdateCommand $command) {
813
$command->task('Moving Schedule Table to Main DB', function () {
914
\Fintech\Core\Facades\Core::migration()->list(['migration' => [

0 commit comments

Comments
 (0)