Skip to content

Commit d65c1df

Browse files
authored
Merge pull request #1548 from Blair2004/v4.8.x
V4.8.x
2 parents ecb4f52 + b6c610f commit d65c1df

File tree

16 files changed

+3429
-24
lines changed

16 files changed

+3429
-24
lines changed

app/Services/Setup.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ public function runMigration( $fields )
125125
* default tables are created. Those table are located at the
126126
* root of the database folder.
127127
*/
128-
Artisan::call( 'migrate' );
128+
Artisan::call( 'migrate', [
129+
'--force' => true
130+
]);
129131

130132
/**
131133
* NexoPOS uses Sanctum, we're making sure to publish the package.

config/nexopos.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
return [
4-
'version' => '4.8.18',
4+
'version' => '4.8.19',
55
'languages' => [
66
'en' => 'English',
77
'de' => 'Deutsch',

0 commit comments

Comments
 (0)