Skip to content

Commit 2704962

Browse files
committed
Updated utfmb4 upgrade command
1 parent 6bcd89a commit 2704962

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Console/Commands/UpgradeDatabaseEncoding.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class UpgradeDatabaseEncoding extends Command
1212
*
1313
* @var string
1414
*/
15-
protected $signature = 'bookstack:db-utf8mb4-syntax {--database= : The database connection to use.}';
15+
protected $signature = 'bookstack:db-utf8mb4 {--database= : The database connection to use.}';
1616

1717
/**
1818
* The console command description.

database/migrations/2017_07_02_152834_update_db_encoding_to_ut8mb4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class UpdateDbEncodingToUt8mb4 extends Migration
1212
public function up()
1313
{
1414
// Migration removed due to issues during live migration.
15-
// Instead you can run the command `artisan bookstack:db-utf8mb4-syntax`
15+
// Instead you can run the command `artisan bookstack:db-utf8mb4`
1616
// which will generate out the SQL request to upgrade your DB to utf8mb4.
1717
}
1818

0 commit comments

Comments
 (0)